#FBF086

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

Shades of Milan #FBF086

Tints of Milan #FBF086

Color information

#FBF086 (or 0xFBF086) is unknown color: approx Milan. HEX triplet: FB, F0 and 86. RGB value is (251,240,134). Sum of RGB (Red+Green+Blue) = 251+240+134=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 134 (52.73% from 255 or 21.44% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF086 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF086 is #040F79. Grayscale: #E7E7E7. Windows color (decimal): -266106 or 8843515. OLE color: 8843515.

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

Color convert

RGB251240134-
CMYK00.040.470.02
HSL54.36º93.6%75.49%-
HSV(B)54.36º46.61%98.43%-
XYZ75.2584.5534.91-
YUV231.273.14142.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 240 (94.14% from 255) = 38.4%
BLUE value IS 134 (52.73% from 255) = 21.44%
R=40.16%
G=38.4%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124013400.040.470.0254.3693.675.49
HexFBF086042F2365e4b
Octal3733602060457266136113
Binary11111011111100001000011001001011111011011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF086; }

 p { color: rgb(251,240,134); }

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

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

 a { background-color: rgb(251,240,134); }

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

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

 span { border-color: rgb(251,240,134); }

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