Html Css Color HEX #FCF220 Lemon

📋 copy color: '#FCF220'

red 252 ◦ green 242 ◦ blue 32

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

Shades of Lemon #FCF220

Tints of Lemon #FCF220

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.01%

 BLUE value IS 32 (12.89% from 255) = 6.08%

R = 47.91%
G = 46.01%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCF220 (or 0xFCF220) is known color: Lemon. HEX triplet: FC, F2 and 20. RGB value is (252,242,32). Sum of RGB (Red+Green+Blue) = 252+242+32=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 32 (12.89% from 255 or 6.08% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF220 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF220 is #030DDF. Grayscale: #DDDDDD. Windows color (decimal): -200160 or 2159356. OLE color: 2159356.

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

Color convert

RGB 252 242 32 -
CMYK 0 0.04 0.87 0.01
HSL 57.27º 0.97% 0.56% -
HSV(B) 57.27º 0.87% 0.99% -
XYZ 72.16 84.3 13.84 -
YUV 221.05 21.31 150.08 -
System Red Green Blue C M Y K H S L
Decimal 252 242 32 0 0.04 0.87 0.01 57.27 0.97 0.56
Hex FC F2 20 0 4 57 1 39 61 38
Octal 374 362 40 0 4 127 1 71 141 70
Binary 11111100 11110010 100000 0 100 1010111 1 111001 1100001 111000

Color Harmonies of #FCF220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF220

Black with #FCF220

Text Example


Text Example

White with #FCF220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF220; }

 p { color: rgb(252,242,32); }

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

background-color css

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

 a { background-color: rgb(252,242,32); }

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

border-color css

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

 span { border-color: rgb(252,242,32); }

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