#FFF795

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

Shades of Milan #FFF795

Tints of Milan #FFF795

Color information

#FFF795 (or 0xFFF795) is unknown color: approx Milan. HEX triplet: FF, F7 and 95. RGB value is (255,247,149). Sum of RGB (Red+Green+Blue) = 255+247+149=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 149 (58.59% from 255 or 22.89% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF795 is #00086A. Grayscale: #EEEEEE. Windows color (decimal): -2155 or 9828351. OLE color: 9828351.

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

Color convert

RGB255247149-
CMYK00.030.420
HSL55.47º100%79.22%-
HSV(B)55.47º41.57%100%-
XYZ79.9389.9541.58-
YUV238.2277.65139.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 247 (96.88% from 255) = 37.94%
BLUE value IS 149 (58.59% from 255) = 22.89%
R=39.17%
G=37.94%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524714900.030.42055.4710079.22
HexFFF795032A037644f
Octal3773672250352067144117
Binary111111111111011110010101011101010011011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF795; }

 p { color: rgb(255,247,149); }

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

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

 a { background-color: rgb(255,247,149); }

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

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

 span { border-color: rgb(255,247,149); }

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