Html Css Color HEX #FCF011 Lemon

📋 copy color: '#FCF011'

red 252 ◦ green 240 ◦ blue 17

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

Shades of Lemon #FCF011

Tints of Lemon #FCF011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.34%

R = 49.51%
G = 47.15%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCF011 (or 0xFCF011) is known color: Lemon. HEX triplet: FC, F0 and 11. RGB value is (252,240,17). Sum of RGB (Red+Green+Blue) = 252+240+17=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 17 (7.03% from 255 or 3.34% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF011 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF011 is #030FEE. Grayscale: #DBDBDB. Windows color (decimal): -200687 or 1175804. OLE color: 1175804.

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

Color convert

RGB 252 240 17 -
CMYK 0 0.05 0.93 0.01
HSL 56.94º 0.98% 0.53% -
HSV(B) 56.94º 0.93% 0.99% -
XYZ 71.41 83.06 12.8 -
YUV 218.17 14.48 152.13 -
System Red Green Blue C M Y K H S L
Decimal 252 240 17 0 0.05 0.93 0.01 56.94 0.98 0.53
Hex FC F0 11 0 5 5D 1 39 62 35
Octal 374 360 21 0 5 135 1 71 142 65
Binary 11111100 11110000 10001 0 101 1011101 1 111001 1100010 110101

Color Harmonies of #FCF011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF011

Black with #FCF011

Text Example


Text Example

White with #FCF011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF011; }

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

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

background-color css

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

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

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

border-color css

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

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

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