#FBF795

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

Shades of Milan #FBF795

Tints of Milan #FBF795

Color information

#FBF795 (or 0xFBF795) is unknown color: approx Milan. HEX triplet: FB, F7 and 95. RGB value is (251,247,149). Sum of RGB (Red+Green+Blue) = 251+247+149=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 149 (58.59% from 255 or 23.03% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF795 is #04086A. Grayscale: #EDEDED. Windows color (decimal): -264299 or 9828347. OLE color: 9828347.

HSL color Cylindrical-coordinate representation of color #FBF795: hue angle of 57.65º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBF795 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB251247149-
CMYK00.020.410.02
HSL57.65º92.73%78.43%-
HSV(B)57.65º40.64%98.43%-
XYZ78.4789.241.52-
YUV237.0278.33137.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 247 (96.88% from 255) = 38.18%
BLUE value IS 149 (58.59% from 255) = 23.03%
R=38.79%
G=38.18%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124714900.020.410.0257.6592.7378.43
HexFBF795022923a5d4e
Octal3733672250251272135116
Binary1111101111110111100101010101010011011101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF795; }

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

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

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

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

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

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

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

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