Html Css Color HEX #FCEA20 Lemon

📋 copy color: '#FCEA20'

red 252 ◦ green 234 ◦ blue 32

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

Shades of Lemon #FCEA20

Tints of Lemon #FCEA20

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.17%

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

R = 48.65%
G = 45.17%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCEA20 (or 0xFCEA20) is known color: Lemon. HEX triplet: FC, EA and 20. RGB value is (252,234,32). Sum of RGB (Red+Green+Blue) = 252+234+32=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 32 (12.89% from 255 or 6.18% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA20 is #0315DF. Grayscale: #D9D9D9. Windows color (decimal): -202208 or 2157308. OLE color: 2157308.

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

Color convert

RGB 252 234 32 -
CMYK 0 0.07 0.87 0.01
HSL 55.09º 0.97% 0.56% -
HSV(B) 55.09º 0.87% 0.99% -
XYZ 69.83 79.65 13.06 -
YUV 216.35 23.96 153.43 -
System Red Green Blue C M Y K H S L
Decimal 252 234 32 0 0.07 0.87 0.01 55.09 0.97 0.56
Hex FC EA 20 0 7 57 1 37 61 38
Octal 374 352 40 0 7 127 1 67 141 70
Binary 11111100 11101010 100000 0 111 1010111 1 110111 1100001 111000

Color Harmonies of #FCEA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA20

Black with #FCEA20

Text Example


Text Example

White with #FCEA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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