Html Css Color HEX #FCF012 Lemon

📋 copy color: '#FCF012'

red 252 ◦ green 240 ◦ blue 18

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

Shades of Lemon #FCF012

Tints of Lemon #FCF012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.53%

R = 49.41%
G = 47.06%
B = 3.53%

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

#FCF012 (or 0xFCF012) is known color: Lemon. HEX triplet: FC, F0 and 12. RGB value is (252,240,18). Sum of RGB (Red+Green+Blue) = 252+240+18=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 18 (7.42% from 255 or 3.53% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF012 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF012 is #030FED. Grayscale: #DBDBDB. Windows color (decimal): -200686 or 1241340. OLE color: 1241340.

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

Color convert

RGB 252 240 18 -
CMYK 0 0.05 0.93 0.01
HSL 56.92º 0.98% 0.53% -
HSV(B) 56.92º 0.93% 0.99% -
XYZ 71.41 83.06 12.84 -
YUV 218.28 14.98 152.05 -
System Red Green Blue C M Y K H S L
Decimal 252 240 18 0 0.05 0.93 0.01 56.92 0.98 0.53
Hex FC F0 12 0 5 5D 1 39 62 35
Octal 374 360 22 0 5 135 1 71 142 65
Binary 11111100 11110000 10010 0 101 1011101 1 111001 1100010 110101

Color Harmonies of #FCF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF012

Black with #FCF012

Text Example


Text Example

White with #FCF012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF012; }

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

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

background-color css

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

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

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

border-color css

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

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

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