Html Css Color HEX #FCF206 Lemon

📋 copy color: '#FCF206'

red 252 ◦ green 242 ◦ blue 6

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

Shades of Lemon #FCF206

Tints of Lemon #FCF206

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.4%

 BLUE value IS 6 (2.73% from 255) = 1.2%

R = 50.4%
G = 48.4%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCF206 (or 0xFCF206) is known color: Lemon. HEX triplet: FC, F2 and 06. RGB value is (252,242,6). Sum of RGB (Red+Green+Blue) = 252+242+6=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 6 (2.73% from 255 or 1.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF206 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF206 is #030DF9. Grayscale: #DBDBDB. Windows color (decimal): -200186 or 455420. OLE color: 455420.

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

Color convert

RGB 252 242 6 -
CMYK 0 0.04 0.98 0.01
HSL 57.56º 0.98% 0.51% -
HSV(B) 57.56º 0.98% 0.99% -
XYZ 71.93 84.21 12.64 -
YUV 218.09 8.31 152.19 -
System Red Green Blue C M Y K H S L
Decimal 252 242 6 0 0.04 0.98 0.01 57.56 0.98 0.51
Hex FC F2 6 0 4 62 1 3A 62 33
Octal 374 362 6 0 4 142 1 72 142 63
Binary 11111100 11110010 110 0 100 1100010 1 111010 1100010 110011

Color Harmonies of #FCF206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF206

Black with #FCF206

Text Example


Text Example

White with #FCF206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF206; }

 p { color: rgb(252,242,6); }

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

background-color css

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

 a { background-color: rgb(252,242,6); }

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

border-color css

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

 span { border-color: rgb(252,242,6); }

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