color codes Logo

#faf63c color codes

#FAF63C
(250,246,60)
0 Favorites   0 Comments

Color spaces of #faf63c

RGB 25024660
HSL0.160.950.61
HSV59°76°98°
CMYK 0.000.020.76   0.02
XYZ73.195786.561817.1252
Yxy86.56180.41380.4894
Hunter Lab93.0386-22.387354.2138
CIE-Lab94.5520-18.214782.6489

#faf63c color RGB value is (250,246,60).

#faf63c hex color red value is 250, green value is 246 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #faf63c hue: 0.16 , saturation: 0.95 and the lightness value of faf63c is 0.61.

The process color (four color CMYK) of #faf63c color code is 0.00, 0.02, 0.76, 0.02. Web safe color of #faf63c is #ffff33. Color #faf63c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 00111100
Octal 372 366 74
Decimal 250 246 60
Hex FA F6 3C

RGB Percentages of Color #faf63c

%44.96
%44.24
%10.79

CMYK Percentages of Color #faf63c

%0
%2
%76
%2

Triadic Colors of #faf63c

#faf63c #3cfaf6 #f63cfa

Analogous Colors of #faf63c

#faf63c #9ffa3c #fa973c

Monochromatic Colors of #faf63c

#faf63c

Complementary Color

#faf63c #3c40fa

#faf63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf63c Color CSS Codes

.mybgcolor {background-color:#faf63c; } 
.myforecolor {color:#faf63c; }
.mybordercolor {border:3px solid #faf63c; }

#faf63c Text Font Color

<p style="color:#faf63c">Text here</p>

This sample text font color is #faf63c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#faf63c Background Color

<div style="background-color:#faf63c">
Div content here</div>

This div background color is #faf63c


#faf63c Border Color

<div style="border:3px solid #faf63c">
Div here</div>

This div border color is #faf63c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,246,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faf63c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faf63c;
  -webkit-box-shadow: 1px 1px 3px 2px #faf63c;
  box-shadow:         1px 1px 3px 2px #faf63c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,246,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #faf63c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #faf63c;
  -webkit-box-shadow: 1px 1px 3px 2px #faf63c;
  box-shadow:         1px 1px 3px 2px #faf63c;">
Div content here</div>

This div box has shadow with color #faf63c

Related Colors


Comments

No comments written yet.

Please login to write comment.