Html Css Color HEX #FCF112 Lemon

📋 copy color: '#FCF112'

red 252 ◦ green 241 ◦ blue 18

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

Shades of Lemon #FCF112

Tints of Lemon #FCF112

RGB

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

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

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

R = 49.32%
G = 47.16%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCF112 (or 0xFCF112) is known color: Lemon. HEX triplet: FC, F1 and 12. RGB value is (252,241,18). Sum of RGB (Red+Green+Blue) = 252+241+18=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 18 (7.42% from 255 or 3.52% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF112 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF112 is #030EED. Grayscale: #DBDBDB. Windows color (decimal): -200430 or 1241596. OLE color: 1241596.

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

Color convert

RGB 252 241 18 -
CMYK 0 0.04 0.93 0.01
HSL 57.18º 0.98% 0.53% -
HSV(B) 57.18º 0.93% 0.99% -
XYZ 71.71 83.65 12.94 -
YUV 218.87 14.64 151.63 -
System Red Green Blue C M Y K H S L
Decimal 252 241 18 0 0.04 0.93 0.01 57.18 0.98 0.53
Hex FC F1 12 0 4 5D 1 39 62 35
Octal 374 361 22 0 4 135 1 71 142 65
Binary 11111100 11110001 10010 0 100 1011101 1 111001 1100010 110101

Color Harmonies of #FCF112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF112

Black with #FCF112

Text Example


Text Example

White with #FCF112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF112; }

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

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

background-color css

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

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

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

border-color css

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

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

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