Shades of Milan #FFF28C
Tints of Milan #FFF28C
RGB
CMYK
RGB Variations
Color information
#FFF28C (or 0xFFF28C) is known color: Milan. HEX triplet: FF, F2 and 8C. RGB value is (255,242,140). Sum of RGB (Red+Green+Blue) = 255+242+140=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 140 (55.08% from 255 or 21.98% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF28C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF28C is #000D73. Grayscale: #EAEAEA. Windows color (decimal): -3444 or 9237247. OLE color: 9237247.
HSL color Cylindrical-coordinate representation of color #FFF28C: hue angle of 53.22º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFF28C is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 140 | - |
| CMYK | 0 | 0.05 | 0.45 | 0 |
| HSL | 53.22º | 1% | 0.77% | - |
| HSV(B) | 53.22º | 0.45% | 1% | - |
| XYZ | 77.73 | 86.66 | 37.44 | - |
| YUV | 234.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 140 | 0 | 0.05 | 0.45 | 0 | 53.22 | 1 | 0.77 |
| Hex | FF | F2 | 8C | 0 | 5 | 2D | 0 | 35 | 64 | 4D |
| Octal | 377 | 362 | 214 | 0 | 5 | 55 | 0 | 65 | 144 | 115 |
| Binary | 11111111 | 11110010 | 10001100 | 0 | 101 | 101101 | 0 | 110101 | 1100100 | 1001101 |
Color Harmonies of #FFF28C
Complementary color
Monochromatic Colors of #FFF28C
Black with #FFF28C
Text Example
Text Example
White with #FFF28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF28C; }
p { color: rgb(255,242,140); }
H1.HeaderClassName
{
color: #FFF28C;
}
.AnyTagClassName
{
color: #FFF28C;
}
</style>
background-color css
<style>
a { background-color: #FFF28C; }
a { background-color: rgb(255,242,140); }
div.DivClassName
{
background-color: #FFF28C;
}
.BgClassName
{
background-color: #FFF28C;
}
</style>
border-color css
<style>
span { border-color: #FFF28C; }
span { border-color: rgb(255,242,140); }
td.TdClassName
{
border-color: #FFF28C;
}
.TagClassName
{
border-color: #FFF28C;
}
</style>