Html Css Color HEX #FCF20A Lemon

📋 copy color: '#FCF20A'

red 252 ◦ green 242 ◦ blue 10

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

Shades of Lemon #FCF20A

Tints of Lemon #FCF20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 1.98%

R = 50%
G = 48.02%
B = 1.98%

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

#FCF20A (or 0xFCF20A) is known color: Lemon. HEX triplet: FC, F2 and 0A. RGB value is (252,242,10). Sum of RGB (Red+Green+Blue) = 252+242+10=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 10 (4.30% from 255 or 1.98% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF20A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF20A is #030DF5. Grayscale: #DBDBDB. Windows color (decimal): -200182 or 717564. OLE color: 717564.

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

Color convert

RGB 252 242 10 -
CMYK 0 0.04 0.96 0.01
HSL 57.52º 0.98% 0.51% -
HSV(B) 57.52º 0.96% 0.99% -
XYZ 71.95 84.22 12.75 -
YUV 218.54 10.31 151.86 -
System Red Green Blue C M Y K H S L
Decimal 252 242 10 0 0.04 0.96 0.01 57.52 0.98 0.51
Hex FC F2 A 0 4 60 1 3A 62 33
Octal 374 362 12 0 4 140 1 72 142 63
Binary 11111100 11110010 1010 0 100 1100000 1 111010 1100010 110011

Color Harmonies of #FCF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF20A

Black with #FCF20A

Text Example


Text Example

White with #FCF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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