Html Css Color HEX #FCE820 Lemon

📋 copy color: '#FCE820'

red 252 ◦ green 232 ◦ blue 32

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

Shades of Lemon #FCE820

Tints of Lemon #FCE820

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.96%

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

R = 48.84%
G = 44.96%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCE820 (or 0xFCE820) is known color: Lemon. HEX triplet: FC, E8 and 20. RGB value is (252,232,32). Sum of RGB (Red+Green+Blue) = 252+232+32=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 32 (12.89% from 255 or 6.20% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE820 is #0317DF. Grayscale: #D8D8D8. Windows color (decimal): -202720 or 2156796. OLE color: 2156796.

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

Color convert

RGB 252 232 32 -
CMYK 0 0.08 0.87 0.01
HSL 54.55º 0.97% 0.56% -
HSV(B) 54.55º 0.87% 0.99% -
XYZ 69.26 78.51 12.87 -
YUV 215.18 24.63 154.26 -
System Red Green Blue C M Y K H S L
Decimal 252 232 32 0 0.08 0.87 0.01 54.55 0.97 0.56
Hex FC E8 20 0 8 57 1 37 61 38
Octal 374 350 40 0 10 127 1 67 141 70
Binary 11111100 11101000 100000 0 1000 1010111 1 110111 1100001 111000

Color Harmonies of #FCE820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE820

Black with #FCE820

Text Example


Text Example

White with #FCE820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE820; }

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

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

background-color css

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

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

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

border-color css

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

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

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