#FBF191

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

Shades of Milan #FBF191

Tints of Milan #FBF191

Color information

#FBF191 (or 0xFBF191) is unknown color: approx Milan. HEX triplet: FB, F1 and 91. RGB value is (251,241,145). Sum of RGB (Red+Green+Blue) = 251+241+145=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 145 (57.03% from 255 or 22.76% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF191 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF191 is #040E6E. Grayscale: #E9E9E9. Windows color (decimal): -265839 or 9564667. OLE color: 9564667.

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

Color convert

RGB251241145-
CMYK00.040.420.02
HSL54.34º92.98%77.65%-
HSV(B)54.34º42.23%98.43%-
XYZ76.3585.4639.26-
YUV233.0578.31140.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 241 (94.53% from 255) = 37.83%
BLUE value IS 145 (57.03% from 255) = 22.76%
R=39.40%
G=37.83%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124114500.040.420.0254.3492.9877.65
HexFBF191042A2365d4e
Octal3733612210452266135116
Binary11111011111100011001000101001010101011011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF191; }

 p { color: rgb(251,241,145); }

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

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

 a { background-color: rgb(251,241,145); }

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

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

 span { border-color: rgb(251,241,145); }

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