#f8f796

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

Shades of Milan #F8F796

Tints of Milan #F8F796

Color information

#F8F796 (or 0xF8F796) is unknown color: approx Milan. HEX triplet: F8, F7 and 96. RGB value is (248,247,150). Sum of RGB (Red+Green+Blue) = 248+247+150=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 150 (58.98% from 255 or 23.26% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F796 is #070869. Grayscale: #ECECEC. Windows color (decimal): -460906 or 9893880. OLE color: 9893880.

HSL color Cylindrical-coordinate representation of color #F8F796: hue angle of 59.39º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8F796 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248247150-
CMYK00.000.400.03
HSL59.39º87.5%78.04%-
HSV(B)59.39º39.52%97.25%-
XYZ77.4888.6841.89-
YUV236.2479.33136.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.45%
GREEN value IS 247 (96.88% from 255) = 38.29%
BLUE value IS 150 (58.98% from 255) = 23.26%
R=38.45%
G=38.29%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824715000.000.400.0359.3987.578.04
HexF8F796002833b584e
Octal3703672260050373130116
Binary111110001111011110010110001010001111101110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8f796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8f796; }

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

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

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

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

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

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

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

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