#FBF588

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

Shades of Milan #FBF588

Tints of Milan #FBF588

Color information

#FBF588 (or 0xFBF588) is unknown color: approx Milan. HEX triplet: FB, F5 and 88. RGB value is (251,245,136). Sum of RGB (Red+Green+Blue) = 251+245+136=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 136 (53.52% from 255 or 21.52% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF588 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF588 is #040A77. Grayscale: #EAEAEA. Windows color (decimal): -264824 or 8975867. OLE color: 8975867.

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

Color convert

RGB251245136-
CMYK00.020.460.02
HSL56.87º93.5%75.88%-
HSV(B)56.87º45.82%98.43%-
XYZ76.8887.5936.15-
YUV234.3772.49139.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 245 (96.09% from 255) = 38.77%
BLUE value IS 136 (53.52% from 255) = 21.52%
R=39.72%
G=38.77%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124513600.020.460.0256.8793.575.88
HexFBF588022E2395d4c
Octal3733652100256271135114
Binary1111101111110101100010000101011101011100110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF588; }

 p { color: rgb(251,245,136); }

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

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

 a { background-color: rgb(251,245,136); }

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

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

 span { border-color: rgb(251,245,136); }

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