#FBF397

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

Shades of Milan #FBF397

Tints of Milan #FBF397

Color information

#FBF397 (or 0xFBF397) is unknown color: approx Milan. HEX triplet: FB, F3 and 97. RGB value is (251,243,151). Sum of RGB (Red+Green+Blue) = 251+243+151=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 151 (59.38% from 255 or 23.41% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF397 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF397 is #040C68. Grayscale: #EBEBEB. Windows color (decimal): -265321 or 9958395. OLE color: 9958395.

HSL color Cylindrical-coordinate representation of color #FBF397: hue angle of 55.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBF397 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251243151-
CMYK00.030.400.02
HSL55.2º92.59%78.82%-
HSV(B)55.2º39.84%98.43%-
XYZ77.4286.8441.96-
YUV234.980.65139.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 243 (95.31% from 255) = 37.67%
BLUE value IS 151 (59.38% from 255) = 23.41%
R=38.91%
G=37.67%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124315100.030.400.0255.292.5978.82
HexFBF39703282375d4f
Octal3733632270350267135117
Binary1111101111110011100101110111010001011011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF397; }

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

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

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

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

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

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

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

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