Shades of Milan #F8F28B
Tints of Milan #F8F28B
RGB
CMYK
RGB Variations
Color information
#F8F28B (or 0xF8F28B) is known color: Milan. HEX triplet: F8, F2 and 8B. RGB value is (248,242,139). Sum of RGB (Red+Green+Blue) = 248+242+139=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 139 (54.69% from 255 or 22.10% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F28B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F28B is #070D74. Grayscale: #E8E8E8. Windows color (decimal): -462197 or 9171704. OLE color: 9171704.
HSL color Cylindrical-coordinate representation of color #F8F28B: hue angle of 56.7º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8F28B is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 139 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.03 |
| HSL | 56.7º | 0.89% | 0.76% | - |
| HSV(B) | 56.7º | 0.44% | 0.97% | - |
| XYZ | 75.12 | 85.32 | 36.94 | - |
| YUV | 232.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 139 | 0 | 0.02 | 0.44 | 0.03 | 56.7 | 0.89 | 0.76 |
| Hex | F8 | F2 | 8B | 0 | 2 | 2C | 3 | 39 | 59 | 4C |
| Octal | 370 | 362 | 213 | 0 | 2 | 54 | 3 | 71 | 131 | 114 |
| Binary | 11111000 | 11110010 | 10001011 | 0 | 10 | 101100 | 11 | 111001 | 1011001 | 1001100 |
Color Harmonies of #F8F28B
Complementary color
Monochromatic Colors of #F8F28B
Black with #F8F28B
Text Example
Text Example
White with #F8F28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F28B; }
p { color: rgb(248,242,139); }
H1.HeaderClassName
{
color: #F8F28B;
}
.AnyTagClassName
{
color: #F8F28B;
}
</style>
background-color css
<style>
a { background-color: #F8F28B; }
a { background-color: rgb(248,242,139); }
div.DivClassName
{
background-color: #F8F28B;
}
.BgClassName
{
background-color: #F8F28B;
}
</style>
border-color css
<style>
span { border-color: #F8F28B; }
span { border-color: rgb(248,242,139); }
td.TdClassName
{
border-color: #F8F28B;
}
.TagClassName
{
border-color: #F8F28B;
}
</style>