#FBF692

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

Shades of Milan #FBF692

Tints of Milan #FBF692

Color information

#FBF692 (or 0xFBF692) is unknown color: approx Milan. HEX triplet: FB, F6 and 92. RGB value is (251,246,146). Sum of RGB (Red+Green+Blue) = 251+246+146=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 146 (57.42% from 255 or 22.71% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF692 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF692 is #04096D. Grayscale: #ECECEC. Windows color (decimal): -264558 or 9631483. OLE color: 9631483.

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

Color convert

RGB251246146-
CMYK00.020.420.02
HSL57.14º92.92%77.84%-
HSV(B)57.14º41.83%98.43%-
XYZ77.9388.540.17-
YUV236.0977.16138.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 246 (96.48% from 255) = 38.26%
BLUE value IS 146 (57.42% from 255) = 22.71%
R=39.04%
G=38.26%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124614600.020.420.0257.1492.9277.84
HexFBF692022A2395d4e
Octal3733662220252271135116
Binary1111101111110110100100100101010101011100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF692; }

 p { color: rgb(251,246,146); }

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

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

 a { background-color: rgb(251,246,146); }

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

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

 span { border-color: rgb(251,246,146); }

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