#FBF288

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

Shades of Milan #FBF288

Tints of Milan #FBF288

Color information

#FBF288 (or 0xFBF288) is unknown color: approx Milan. HEX triplet: FB, F2 and 88. RGB value is (251,242,136). Sum of RGB (Red+Green+Blue) = 251+242+136=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 136 (53.52% from 255 or 21.62% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF288 is #040D77. Grayscale: #E9E9E9. Windows color (decimal): -265592 or 8975099. OLE color: 8975099.

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

Color convert

RGB251242136-
CMYK00.040.460.02
HSL55.3º93.5%75.88%-
HSV(B)55.3º45.82%98.43%-
XYZ75.9885.7935.85-
YUV232.6173.48141.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 242 (94.92% from 255) = 38.47%
BLUE value IS 136 (53.52% from 255) = 21.62%
R=39.90%
G=38.47%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124213600.040.460.0255.393.575.88
HexFBF288042E2375d4c
Octal3733622100456267135114
Binary11111011111100101000100001001011101011011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF288; }

 p { color: rgb(251,242,136); }

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

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

 a { background-color: rgb(251,242,136); }

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

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

 span { border-color: rgb(251,242,136); }

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