Html Css Color HEX #FCFA20 Lemon

📋 copy color: '#FCFA20'

red 252 ◦ green 250 ◦ blue 32

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

Shades of Lemon #FCFA20

Tints of Lemon #FCFA20

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.82%

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

R = 47.19%
G = 46.82%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCFA20 (or 0xFCFA20) is known color: Lemon. HEX triplet: FC, FA and 20. RGB value is (252,250,32). Sum of RGB (Red+Green+Blue) = 252+250+32=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 32 (12.89% from 255 or 5.99% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA20 is #0305DF. Grayscale: #E2E2E2. Windows color (decimal): -198112 or 2161404. OLE color: 2161404.

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

Color convert

RGB 252 250 32 -
CMYK 0 0.01 0.87 0.01
HSL 59.45º 0.97% 0.56% -
HSV(B) 59.45º 0.87% 0.99% -
XYZ 74.59 89.17 14.65 -
YUV 225.75 18.66 146.73 -
System Red Green Blue C M Y K H S L
Decimal 252 250 32 0 0.01 0.87 0.01 59.45 0.97 0.56
Hex FC FA 20 0 1 57 1 3B 61 38
Octal 374 372 40 0 1 127 1 73 141 70
Binary 11111100 11111010 100000 0 1 1010111 1 111011 1100001 111000

Color Harmonies of #FCFA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA20

Black with #FCFA20

Text Example


Text Example

White with #FCFA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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