#FEF796

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

Shades of Milan #FEF796

Tints of Milan #FEF796

Color information

#FEF796 (or 0xFEF796) is unknown color: approx Milan. HEX triplet: FE, F7 and 96. RGB value is (254,247,150). Sum of RGB (Red+Green+Blue) = 254+247+150=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 150 (58.98% from 255 or 23.04% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF796 is #010869. Grayscale: #EEEEEE. Windows color (decimal): -67690 or 9893886. OLE color: 9893886.

HSL color Cylindrical-coordinate representation of color #FEF796: hue angle of 55.96º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEF796 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254247150-
CMYK00.030.410.00
HSL55.96º98.11%79.22%-
HSV(B)55.96º40.94%99.61%-
XYZ79.6489.7941.99-
YUV238.0478.32139.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 247 (96.88% from 255) = 37.94%
BLUE value IS 150 (58.98% from 255) = 23.04%
R=39.02%
G=37.94%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424715000.030.410.0055.9698.1179.22
HexFEF7960329038624f
Octal3763672260351070142117
Binary111111101111011110010110011101001011100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF796; }

 p { color: rgb(254,247,150); }

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

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

 a { background-color: rgb(254,247,150); }

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

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

 span { border-color: rgb(254,247,150); }

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