Html Css Color HEX #FCF106 Lemon

📋 copy color: '#FCF106'

red 252 ◦ green 241 ◦ blue 6

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

Shades of Lemon #FCF106

Tints of Lemon #FCF106

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.3%

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

R = 50.5%
G = 48.3%
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

#FCF106 (or 0xFCF106) is known color: Lemon. HEX triplet: FC, F1 and 06. RGB value is (252,241,6). Sum of RGB (Red+Green+Blue) = 252+241+6=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 6 (2.73% from 255 or 1.20% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF106 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF106 is #030EF9. Grayscale: #DADADA. Windows color (decimal): -200442 or 455164. OLE color: 455164.

HSL color Cylindrical-coordinate representation of color #FCF106: hue angle of 57.32º 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 #FCF106 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 6 -
CMYK 0 0.04 0.98 0.01
HSL 57.32º 0.98% 0.51% -
HSV(B) 57.32º 0.98% 0.99% -
XYZ 71.63 83.62 12.54 -
YUV 217.5 8.64 152.61 -
System Red Green Blue C M Y K H S L
Decimal 252 241 6 0 0.04 0.98 0.01 57.32 0.98 0.51
Hex FC F1 6 0 4 62 1 39 62 33
Octal 374 361 6 0 4 142 1 71 142 63
Binary 11111100 11110001 110 0 100 1100010 1 111001 1100010 110011

Color Harmonies of #FCF106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF106

Black with #FCF106

Text Example


Text Example

White with #FCF106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF106; }

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

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

background-color css

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

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

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

border-color css

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

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

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