Shades of Milan #FFF28F
Tints of Milan #FFF28F
RGB
CMYK
RGB Variations
Color information
#FFF28F (or 0xFFF28F) is known color: Milan. HEX triplet: FF, F2 and 8F. RGB value is (255,242,143). Sum of RGB (Red+Green+Blue) = 255+242+143=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 143 (56.25% from 255 or 22.34% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF28F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF28F is #000D70. Grayscale: #EBEBEB. Windows color (decimal): -3441 or 9433855. OLE color: 9433855.
HSL color Cylindrical-coordinate representation of color #FFF28F: hue angle of 53.04º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFF28F is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 143 | - |
| CMYK | 0 | 0.05 | 0.44 | 0 |
| HSL | 53.04º | 1% | 0.78% | - |
| HSV(B) | 53.04º | 0.44% | 1% | - |
| XYZ | 77.95 | 86.75 | 38.62 | - |
| YUV | 234.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 143 | 0 | 0.05 | 0.44 | 0 | 53.04 | 1 | 0.78 |
| Hex | FF | F2 | 8F | 0 | 5 | 2C | 0 | 35 | 64 | 4E |
| Octal | 377 | 362 | 217 | 0 | 5 | 54 | 0 | 65 | 144 | 116 |
| Binary | 11111111 | 11110010 | 10001111 | 0 | 101 | 101100 | 0 | 110101 | 1100100 | 1001110 |
Color Harmonies of #FFF28F
Complementary color
Monochromatic Colors of #FFF28F
Black with #FFF28F
Text Example
Text Example
White with #FFF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF28F; }
p { color: rgb(255,242,143); }
H1.HeaderClassName
{
color: #FFF28F;
}
.AnyTagClassName
{
color: #FFF28F;
}
</style>
background-color css
<style>
a { background-color: #FFF28F; }
a { background-color: rgb(255,242,143); }
div.DivClassName
{
background-color: #FFF28F;
}
.BgClassName
{
background-color: #FFF28F;
}
</style>
border-color css
<style>
span { border-color: #FFF28F; }
span { border-color: rgb(255,242,143); }
td.TdClassName
{
border-color: #FFF28F;
}
.TagClassName
{
border-color: #FFF28F;
}
</style>