Shades of Milan #F9F692
Tints of Milan #F9F692
RGB
CMYK
RGB Variations
Color information
#F9F692 (or 0xF9F692) is known color: Milan. HEX triplet: F9, F6 and 92. RGB value is (249,246,146). Sum of RGB (Red+Green+Blue) = 249+246+146=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 146 (57.42% from 255 or 22.78% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F692 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F692 is #06096D. Grayscale: #EBEBEB. Windows color (decimal): -395630 or 9631481. OLE color: 9631481.
HSL color Cylindrical-coordinate representation of color #F9F692: hue angle of 58.25º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9F692 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 246 | 146 | - |
CMYK | 0 | 0.01 | 0.41 | 0.02 |
HSL | 58.25º | 0.9% | 0.77% | - |
HSV(B) | 58.25º | 0.41% | 0.98% | - |
XYZ | 77.21 | 88.13 | 40.13 | - |
YUV | 235.5 | 77.49 | 137.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 246 | 146 | 0 | 0.01 | 0.41 | 0.02 | 58.25 | 0.9 | 0.77 |
Hex | F9 | F6 | 92 | 0 | 1 | 29 | 2 | 3A | 5A | 4D |
Octal | 371 | 366 | 222 | 0 | 1 | 51 | 2 | 72 | 132 | 115 |
Binary | 11111001 | 11110110 | 10010010 | 0 | 1 | 101001 | 10 | 111010 | 1011010 | 1001101 |
Color Harmonies of #F9F692
Complementary color
Monochromatic Colors of #F9F692
Black with #F9F692
Text Example
Text Example
White with #F9F692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F692; }
p { color: rgb(249,246,146); }
H1.HeaderClassName
{
color: #F9F692;
}
.AnyTagClassName
{
color: #F9F692;
}
</style>
background-color css
<style>
a { background-color: #F9F692; }
a { background-color: rgb(249,246,146); }
div.DivClassName
{
background-color: #F9F692;
}
.BgClassName
{
background-color: #F9F692;
}
</style>
border-color css
<style>
span { border-color: #F9F692; }
span { border-color: rgb(249,246,146); }
td.TdClassName
{
border-color: #F9F692;
}
.TagClassName
{
border-color: #F9F692;
}
</style>