#FBF189

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

Shades of Milan #FBF189

Tints of Milan #FBF189

Color information

#FBF189 (or 0xFBF189) is unknown color: approx Milan. HEX triplet: FB, F1 and 89. RGB value is (251,241,137). Sum of RGB (Red+Green+Blue) = 251+241+137=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 137 (53.91% from 255 or 21.78% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF189 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF189 is #040E76. Grayscale: #E8E8E8. Windows color (decimal): -265847 or 9040379. OLE color: 9040379.

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

Color convert

RGB251241137-
CMYK00.040.450.02
HSL54.74º93.44%76.08%-
HSV(B)54.74º45.42%98.43%-
XYZ75.7585.2336.12-
YUV232.1374.31141.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 241 (94.53% from 255) = 38.31%
BLUE value IS 137 (53.91% from 255) = 21.78%
R=39.90%
G=38.31%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124113700.040.450.0254.7493.4476.08
HexFBF189042D2375d4c
Octal3733612110455267135114
Binary11111011111100011000100101001011011011011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF189; }

 p { color: rgb(251,241,137); }

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

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

 a { background-color: rgb(251,241,137); }

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

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

 span { border-color: rgb(251,241,137); }

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