#FEE517

Color #FEE517 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #FEE517

Tints of Lemon #FEE517

Color information

#FEE517 (or 0xFEE517) is unknown color: approx Lemon. HEX triplet: FE, E5 and 17. RGB value is (254,229,23). Sum of RGB (Red+Green+Blue) = 254+229+23=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 23 (9.38% from 255 or 4.55% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE517 is #011AE8. Grayscale: #D5D5D5. Windows color (decimal): -72425 or 1566206. OLE color: 1566206.

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

Color convert

RGB25422923-
CMYK00.100.910.00
HSL53.51º99.14%54.31%-
HSV(B)53.51º90.94%99.61%-
XYZ69.0577.1712.07-
YUV212.9920.78157.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 229 (89.84% from 255) = 45.26%
BLUE value IS 23 (9.38% from 255) = 4.55%
R=50.20%
G=45.26%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542292300.100.910.0053.5199.1454.31
HexFEE5170A5B0366336
Octal3763452701213306614366
Binary11111110111001011011101010101101101101101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE517; }

 p { color: rgb(254,229,23); }

 H1.HeaderClassName
 {
   color: #FEE517;
 }
 .AnyTagClassName
 {
   color: #FEE517;
 }
</style>
background-color css

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

 a { background-color: rgb(254,229,23); }

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

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

 span { border-color: rgb(254,229,23); }

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