#FBF98B

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

Shades of Milan #FBF98B

Tints of Milan #FBF98B

Color information

#FBF98B (or 0xFBF98B) is unknown color: approx Milan. HEX triplet: FB, F9 and 8B. RGB value is (251,249,139). Sum of RGB (Red+Green+Blue) = 251+249+139=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 139 (54.69% from 255 or 21.75% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF98B is #040674. Grayscale: #EDEDED. Windows color (decimal): -263797 or 9173499. OLE color: 9173499.

HSL color Cylindrical-coordinate representation of color #FBF98B: hue angle of 58.93º 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 #FBF98B is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251249139-
CMYK00.010.450.02
HSL58.93º93.33%76.47%-
HSV(B)58.93º44.62%98.43%-
XYZ78.3290.1237.69-
YUV237.0672.66137.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.28%
GREEN value IS 249 (97.66% from 255) = 38.97%
BLUE value IS 139 (54.69% from 255) = 21.75%
R=39.28%
G=38.97%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124913900.010.450.0258.9393.3376.47
HexFBF98B012D23b5d4c
Octal3733712130155273135114
Binary111110111111100110001011011011011011101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF98B; }

 p { color: rgb(251,249,139); }

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

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

 a { background-color: rgb(251,249,139); }

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

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

 span { border-color: rgb(251,249,139); }

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