Shades of Milan #FAF992
Tints of Milan #FAF992
RGB
CMYK
RGB Variations
Color information
#FAF992 (or 0xFAF992) is known color: Milan. HEX triplet: FA, F9 and 92. RGB value is (250,249,146). Sum of RGB (Red+Green+Blue) = 250+249+146=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 146 (57.42% from 255 or 22.64% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF992 is #05066D. Grayscale: #EDEDED. Windows color (decimal): -329326 or 9632250. OLE color: 9632250.
HSL color Cylindrical-coordinate representation of color #FAF992: hue angle of 59.42º degrees, saturation: 0.91, 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 #FAF992 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 146 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.02 |
| HSL | 59.42º | 0.91% | 0.78% | - |
| HSV(B) | 59.42º | 0.42% | 0.98% | - |
| XYZ | 78.49 | 90.15 | 40.46 | - |
| YUV | 237.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 146 | 0 | 0.00 | 0.42 | 0.02 | 59.42 | 0.91 | 0.78 |
| Hex | FA | F9 | 92 | 0 | 0 | 2A | 2 | 3B | 5B | 4E |
| Octal | 372 | 371 | 222 | 0 | 0 | 52 | 2 | 73 | 133 | 116 |
| Binary | 11111010 | 11111001 | 10010010 | 0 | 0 | 101010 | 10 | 111011 | 1011011 | 1001110 |
Color Harmonies of #FAF992
Complementary color
Monochromatic Colors of #FAF992
Black with #FAF992
Text Example
Text Example
White with #FAF992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF992; }
p { color: rgb(250,249,146); }
H1.HeaderClassName
{
color: #FAF992;
}
.AnyTagClassName
{
color: #FAF992;
}
</style>
background-color css
<style>
a { background-color: #FAF992; }
a { background-color: rgb(250,249,146); }
div.DivClassName
{
background-color: #FAF992;
}
.BgClassName
{
background-color: #FAF992;
}
</style>
border-color css
<style>
span { border-color: #FAF992; }
span { border-color: rgb(250,249,146); }
td.TdClassName
{
border-color: #FAF992;
}
.TagClassName
{
border-color: #FAF992;
}
</style>