Shades of Milan #FFF692
Tints of Milan #FFF692
RGB
CMYK
RGB Variations
Color information
#FFF692 (or 0xFFF692) is known color: Milan. HEX triplet: FF, F6 and 92. RGB value is (255,246,146). Sum of RGB (Red+Green+Blue) = 255+246+146=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 246 (96.48% from 255 or 38.02% from 647); Blue value is 146 (57.42% from 255 or 22.57% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF692 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF692 is #00096D. Grayscale: #EDEDED. Windows color (decimal): -2414 or 9631487. OLE color: 9631487.
HSL color Cylindrical-coordinate representation of color #FFF692: hue angle of 55.05º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFF692 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 146 | - |
| CMYK | 0 | 0.04 | 0.43 | 0 |
| HSL | 55.05º | 1% | 0.79% | - |
| HSV(B) | 55.05º | 0.43% | 1% | - |
| XYZ | 79.38 | 89.25 | 40.24 | - |
| YUV | 237.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 146 | 0 | 0.04 | 0.43 | 0 | 55.05 | 1 | 0.79 |
| Hex | FF | F6 | 92 | 0 | 4 | 2B | 0 | 37 | 64 | 4F |
| Octal | 377 | 366 | 222 | 0 | 4 | 53 | 0 | 67 | 144 | 117 |
| Binary | 11111111 | 11110110 | 10010010 | 0 | 100 | 101011 | 0 | 110111 | 1100100 | 1001111 |
Color Harmonies of #FFF692
Complementary color
Monochromatic Colors of #FFF692
Black with #FFF692
Text Example
Text Example
White with #FFF692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF692; }
p { color: rgb(255,246,146); }
H1.HeaderClassName
{
color: #FFF692;
}
.AnyTagClassName
{
color: #FFF692;
}
</style>
background-color css
<style>
a { background-color: #FFF692; }
a { background-color: rgb(255,246,146); }
div.DivClassName
{
background-color: #FFF692;
}
.BgClassName
{
background-color: #FFF692;
}
</style>
border-color css
<style>
span { border-color: #FFF692; }
span { border-color: rgb(255,246,146); }
td.TdClassName
{
border-color: #FFF692;
}
.TagClassName
{
border-color: #FFF692;
}
</style>