Html Css Color HEX #FEE120 Lemon

📋 copy color: '#FEE120'

red 254 ◦ green 225 ◦ blue 32

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

Shades of Lemon #FEE120

Tints of Lemon #FEE120

RGB

 RED value IS 254 (99.61% from 255) = 49.71%

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

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

R = 49.71%
G = 44.03%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEE120 (or 0xFEE120) is known color: Lemon. HEX triplet: FE, E1 and 20. RGB value is (254,225,32). Sum of RGB (Red+Green+Blue) = 254+225+32=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 32 (12.89% from 255 or 6.26% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE120 is #011EDF. Grayscale: #D4D4D4. Windows color (decimal): -73440 or 2155006. OLE color: 2155006.

HSL color Cylindrical-coordinate representation of color #FEE120: hue angle of 52.16º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEE120 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 225 32 -
CMYK 0 0.11 0.87 0.00
HSL 52.16º 0.99% 0.56% -
HSV(B) 52.16º 0.87% 1% -
XYZ 68.06 75.03 12.26 -
YUV 211.67 26.61 158.19 -
System Red Green Blue C M Y K H S L
Decimal 254 225 32 0 0.11 0.87 0.00 52.16 0.99 0.56
Hex FE E1 20 0 B 57 0 34 63 38
Octal 376 341 40 0 13 127 0 64 143 70
Binary 11111110 11100001 100000 0 1011 1010111 0 110100 1100011 111000

Color Harmonies of #FEE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE120

Black with #FEE120

Text Example


Text Example

White with #FEE120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE120; }

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

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

background-color css

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

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

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

border-color css

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

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

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