#FED916

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

Shades of Lemon #FED916

Tints of Lemon #FED916

Color information

#FED916 (or 0xFED916) is unknown color: approx Lemon. HEX triplet: FE, D9 and 16. RGB value is (254,217,22). Sum of RGB (Red+Green+Blue) = 254+217+22=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 22 (8.98% from 255 or 4.46% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FED916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED916 is #0126E9. Grayscale: #CECECE. Windows color (decimal): -75498 or 1497598. OLE color: 1497598.

HSL color Cylindrical-coordinate representation of color #FED916: hue angle of 50.43º 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 #FED916 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB25421722-
CMYK00.150.910.00
HSL50.43º99.15%54.12%-
HSV(B)50.43º91.34%99.61%-
XYZ65.8370.7510.95-
YUV205.8324.26162.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.52%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 22 (8.98% from 255) = 4.46%
R=51.52%
G=44.02%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542172200.150.910.0050.4399.1554.12
HexFED9160F5B0326336
Octal3763312601713306214366
Binary11111110110110011011001111101101101100101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED916; }

 p { color: rgb(254,217,22); }

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

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

 a { background-color: rgb(254,217,22); }

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

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

 span { border-color: rgb(254,217,22); }

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