#FBF591

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

Shades of Milan #FBF591

Tints of Milan #FBF591

Color information

#FBF591 (or 0xFBF591) is unknown color: approx Milan. HEX triplet: FB, F5 and 91. RGB value is (251,245,145). Sum of RGB (Red+Green+Blue) = 251+245+145=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 145 (57.03% from 255 or 22.62% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF591 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF591 is #040A6E. Grayscale: #EBEBEB. Windows color (decimal): -264815 or 9565691. OLE color: 9565691.

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

Color convert

RGB251245145-
CMYK00.020.420.02
HSL56.6º92.98%77.65%-
HSV(B)56.6º42.23%98.43%-
XYZ77.5587.8639.66-
YUV235.3976.99139.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 245 (96.09% from 255) = 38.22%
BLUE value IS 145 (57.03% from 255) = 22.62%
R=39.16%
G=38.22%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124514500.020.420.0256.692.9877.65
HexFBF591022A2395d4e
Octal3733652210252271135116
Binary1111101111110101100100010101010101011100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF591; }

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

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

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

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

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

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

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

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