Html Css Color HEX #FCF109 Lemon

📋 copy color: '#FCF109'

red 252 ◦ green 241 ◦ blue 9

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

Shades of Lemon #FCF109

Tints of Lemon #FCF109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.79%

R = 50.2%
G = 48.01%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCF109 (or 0xFCF109) is known color: Lemon. HEX triplet: FC, F1 and 09. RGB value is (252,241,9). Sum of RGB (Red+Green+Blue) = 252+241+9=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 9 (3.91% from 255 or 1.79% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF109 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF109 is #030EF6. Grayscale: #DADADA. Windows color (decimal): -200439 or 651772. OLE color: 651772.

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

Color convert

RGB 252 241 9 -
CMYK 0 0.04 0.96 0.01
HSL 57.28º 0.98% 0.51% -
HSV(B) 57.28º 0.96% 0.99% -
XYZ 71.65 83.63 12.62 -
YUV 217.84 10.14 152.36 -
System Red Green Blue C M Y K H S L
Decimal 252 241 9 0 0.04 0.96 0.01 57.28 0.98 0.51
Hex FC F1 9 0 4 60 1 39 62 33
Octal 374 361 11 0 4 140 1 71 142 63
Binary 11111100 11110001 1001 0 100 1100000 1 111001 1100010 110011

Color Harmonies of #FCF109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF109

Black with #FCF109

Text Example


Text Example

White with #FCF109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF109; }

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

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

background-color css

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

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

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

border-color css

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

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

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