#FBF387

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

Shades of Milan #FBF387

Tints of Milan #FBF387

Color information

#FBF387 (or 0xFBF387) is unknown color: approx Milan. HEX triplet: FB, F3 and 87. RGB value is (251,243,135). Sum of RGB (Red+Green+Blue) = 251+243+135=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 243 (95.31% from 255 or 38.63% from 629); Blue value is 135 (53.12% from 255 or 21.46% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF387 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF387 is #040C78. Grayscale: #E9E9E9. Windows color (decimal): -265337 or 8909819. OLE color: 8909819.

HSL color Cylindrical-coordinate representation of color #FBF387: hue angle of 55.86º degrees, saturation: 0.94, 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 #FBF387 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB251243135-
CMYK00.030.460.02
HSL55.86º93.55%75.69%-
HSV(B)55.86º46.22%98.43%-
XYZ76.2186.3635.57-
YUV233.0872.65140.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 243 (95.31% from 255) = 38.63%
BLUE value IS 135 (53.12% from 255) = 21.46%
R=39.90%
G=38.63%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124313500.030.460.0255.8693.5575.69
HexFBF387032E2385e4c
Octal3733632070356270136114
Binary1111101111110011100001110111011101011100010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF387; }

 p { color: rgb(251,243,135); }

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

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

 a { background-color: rgb(251,243,135); }

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

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

 span { border-color: rgb(251,243,135); }

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