Shades of Milan #FAF294
Tints of Milan #FAF294
RGB
CMYK
RGB Variations
Color information
#FAF294 (or 0xFAF294) is known color: Milan. HEX triplet: FA, F2 and 94. RGB value is (250,242,148). Sum of RGB (Red+Green+Blue) = 250+242+148=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 148 (58.20% from 255 or 23.12% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF294 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF294 is #050D6B. Grayscale: #EAEAEA. Windows color (decimal): -331116 or 9761530. OLE color: 9761530.
HSL color Cylindrical-coordinate representation of color #FAF294: hue angle of 55.29º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAF294 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 148 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.02 |
| HSL | 55.29º | 0.91% | 0.78% | - |
| HSV(B) | 55.29º | 0.41% | 0.98% | - |
| XYZ | 76.52 | 85.97 | 40.58 | - |
| YUV | 233.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 148 | 0 | 0.03 | 0.41 | 0.02 | 55.29 | 0.91 | 0.78 |
| Hex | FA | F2 | 94 | 0 | 3 | 29 | 2 | 37 | 5B | 4E |
| Octal | 372 | 362 | 224 | 0 | 3 | 51 | 2 | 67 | 133 | 116 |
| Binary | 11111010 | 11110010 | 10010100 | 0 | 11 | 101001 | 10 | 110111 | 1011011 | 1001110 |
Color Harmonies of #FAF294
Complementary color
Monochromatic Colors of #FAF294
Black with #FAF294
Text Example
Text Example
White with #FAF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF294; }
p { color: rgb(250,242,148); }
H1.HeaderClassName
{
color: #FAF294;
}
.AnyTagClassName
{
color: #FAF294;
}
</style>
background-color css
<style>
a { background-color: #FAF294; }
a { background-color: rgb(250,242,148); }
div.DivClassName
{
background-color: #FAF294;
}
.BgClassName
{
background-color: #FAF294;
}
</style>
border-color css
<style>
span { border-color: #FAF294; }
span { border-color: rgb(250,242,148); }
td.TdClassName
{
border-color: #FAF294;
}
.TagClassName
{
border-color: #FAF294;
}
</style>