Shades of Milan #FFF287
Tints of Milan #FFF287
RGB
CMYK
RGB Variations
Color information
#FFF287 (or 0xFFF287) is known color: Milan. HEX triplet: FF, F2 and 87. RGB value is (255,242,135). Sum of RGB (Red+Green+Blue) = 255+242+135=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 135 (53.12% from 255 or 21.36% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF287 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF287 is #000D78. Grayscale: #EAEAEA. Windows color (decimal): -3449 or 8909567. OLE color: 8909567.
HSL color Cylindrical-coordinate representation of color #FFF287: hue angle of 53.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFF287 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 135 | - |
| CMYK | 0 | 0.05 | 0.47 | 0 |
| HSL | 53.5º | 1% | 0.76% | - |
| HSV(B) | 53.5º | 0.47% | 1% | - |
| XYZ | 77.37 | 86.51 | 35.54 | - |
| YUV | 233.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 135 | 0 | 0.05 | 0.47 | 0 | 53.5 | 1 | 0.76 |
| Hex | FF | F2 | 87 | 0 | 5 | 2F | 0 | 36 | 64 | 4C |
| Octal | 377 | 362 | 207 | 0 | 5 | 57 | 0 | 66 | 144 | 114 |
| Binary | 11111111 | 11110010 | 10000111 | 0 | 101 | 101111 | 0 | 110110 | 1100100 | 1001100 |
Color Harmonies of #FFF287
Complementary color
Monochromatic Colors of #FFF287
Black with #FFF287
Text Example
Text Example
White with #FFF287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF287; }
p { color: rgb(255,242,135); }
H1.HeaderClassName
{
color: #FFF287;
}
.AnyTagClassName
{
color: #FFF287;
}
</style>
background-color css
<style>
a { background-color: #FFF287; }
a { background-color: rgb(255,242,135); }
div.DivClassName
{
background-color: #FFF287;
}
.BgClassName
{
background-color: #FFF287;
}
</style>
border-color css
<style>
span { border-color: #FFF287; }
span { border-color: rgb(255,242,135); }
td.TdClassName
{
border-color: #FFF287;
}
.TagClassName
{
border-color: #FFF287;
}
</style>