#FBF08C

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

Shades of Milan #FBF08C

Tints of Milan #FBF08C

Color information

#FBF08C (or 0xFBF08C) is unknown color: approx Milan. HEX triplet: FB, F0 and 8C. RGB value is (251,240,140). Sum of RGB (Red+Green+Blue) = 251+240+140=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 140 (55.08% from 255 or 22.19% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF08C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF08C is #040F73. Grayscale: #E8E8E8. Windows color (decimal): -266100 or 9236731. OLE color: 9236731.

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

Color convert

RGB251240140-
CMYK00.040.440.02
HSL54.05º93.28%76.67%-
HSV(B)54.05º44.22%98.43%-
XYZ75.6884.7237.18-
YUV231.8976.14141.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 240 (94.14% from 255) = 38.03%
BLUE value IS 140 (55.08% from 255) = 22.19%
R=39.78%
G=38.03%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124014000.040.440.0254.0593.2876.67
HexFBF08C042C2365d4d
Octal3733602140454266135115
Binary11111011111100001000110001001011001011011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF08C; }

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

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

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

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

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

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

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

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