Html Css Color HEX #FCE120 Lemon

📋 copy color: '#FCE120'

red 252 ◦ green 225 ◦ blue 32

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

Shades of Lemon #FCE120

Tints of Lemon #FCE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.2%

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

R = 49.51%
G = 44.2%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCE120 (or 0xFCE120) is known color: Lemon. HEX triplet: FC, E1 and 20. RGB value is (252,225,32). Sum of RGB (Red+Green+Blue) = 252+225+32=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 32 (12.89% from 255 or 6.29% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE120 is #031EDF. Grayscale: #D3D3D3. Windows color (decimal): -204512 or 2155004. OLE color: 2155004.

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

Color convert

RGB 252 225 32 -
CMYK 0 0.11 0.87 0.01
HSL 52.64º 0.97% 0.56% -
HSV(B) 52.64º 0.87% 0.99% -
XYZ 67.33 74.65 12.23 -
YUV 211.07 26.95 157.19 -
System Red Green Blue C M Y K H S L
Decimal 252 225 32 0 0.11 0.87 0.01 52.64 0.97 0.56
Hex FC E1 20 0 B 57 1 35 61 38
Octal 374 341 40 0 13 127 1 65 141 70
Binary 11111100 11100001 100000 0 1011 1010111 1 110101 1100001 111000

Color Harmonies of #FCE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE120

Black with #FCE120

Text Example


Text Example

White with #FCE120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE120; }

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

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

background-color css

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

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

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

border-color css

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

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

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