Html Css Color HEX #FCE520 Lemon

📋 copy color: '#FCE520'

red 252 ◦ green 229 ◦ blue 32

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

Shades of Lemon #FCE520

Tints of Lemon #FCE520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.64%

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

R = 49.12%
G = 44.64%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCE520 (or 0xFCE520) is known color: Lemon. HEX triplet: FC, E5 and 20. RGB value is (252,229,32). Sum of RGB (Red+Green+Blue) = 252+229+32=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 32 (12.89% from 255 or 6.24% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE520 is #031ADF. Grayscale: #D6D6D6. Windows color (decimal): -203488 or 2156028. OLE color: 2156028.

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

Color convert

RGB 252 229 32 -
CMYK 0 0.09 0.87 0.01
HSL 53.73º 0.97% 0.56% -
HSV(B) 53.73º 0.87% 0.99% -
XYZ 68.42 76.84 12.59 -
YUV 213.42 25.62 155.52 -
System Red Green Blue C M Y K H S L
Decimal 252 229 32 0 0.09 0.87 0.01 53.73 0.97 0.56
Hex FC E5 20 0 9 57 1 36 61 38
Octal 374 345 40 0 11 127 1 66 141 70
Binary 11111100 11100101 100000 0 1001 1010111 1 110110 1100001 111000

Color Harmonies of #FCE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE520

Black with #FCE520

Text Example


Text Example

White with #FCE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE520; }

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

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

background-color css

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

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

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

border-color css

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

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

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