Html Css Color HEX #FCF008 Lemon

📋 copy color: '#FCF008'

red 252 ◦ green 240 ◦ blue 8

#FCF008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FCF008

Tints of Lemon #FCF008

RGB

 RED value IS 252 (98.83% from 255) = 50.4%

 GREEN value IS 240 (94.14% from 255) = 48%

 BLUE value IS 8 (3.52% from 255) = 1.6%

R = 50.4%
G = 48%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCF008 (or 0xFCF008) is known color: Lemon. HEX triplet: FC, F0 and 08. RGB value is (252,240,8). Sum of RGB (Red+Green+Blue) = 252+240+8=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 8 (3.52% from 255 or 1.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF008 is #030FF7. Grayscale: #DADADA. Windows color (decimal): -200696 or 585980. OLE color: 585980.

HSL color Cylindrical-coordinate representation of color #FCF008: hue angle of 57.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCF008 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 240 8 -
CMYK 0 0.05 0.97 0.01
HSL 57.05º 0.98% 0.51% -
HSV(B) 57.05º 0.97% 0.99% -
XYZ 71.35 83.03 12.5 -
YUV 217.14 9.98 152.86 -
System Red Green Blue C M Y K H S L
Decimal 252 240 8 0 0.05 0.97 0.01 57.05 0.98 0.51
Hex FC F0 8 0 5 61 1 39 62 33
Octal 374 360 10 0 5 141 1 71 142 63
Binary 11111100 11110000 1000 0 101 1100001 1 111001 1100010 110011

Color Harmonies of #FCF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF008

Black with #FCF008

Text Example


Text Example

White with #FCF008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF008; }

 p { color: rgb(252,240,8); }

 H1.HeaderClassName
 {
   color: #FCF008;
 }
 .AnyTagClassName
 {
   color: #FCF008;
 }
</style>

background-color css

<style>
 a { background-color: #FCF008; }

 a { background-color: rgb(252,240,8); }

 div.DivClassName
 {
   background-color: #FCF008;
 }
 .BgClassName
 {
   background-color: #FCF008;
 }
</style>

border-color css

<style>
 span { border-color: #FCF008; }

 span { border-color: rgb(252,240,8); }

 td.TdClassName
 {
   border-color: #FCF008;
 }
 .TagClassName
 {
   border-color: #FCF008;
 }
</style>