Shades of Milan #FFF286
Tints of Milan #FFF286
RGB
CMYK
RGB Variations
Color information
#FFF286 (or 0xFFF286) is known color: Milan. HEX triplet: FF, F2 and 86. RGB value is (255,242,134). Sum of RGB (Red+Green+Blue) = 255+242+134=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 134 (52.73% from 255 or 21.24% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF286 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF286 is #000D79. Grayscale: #EAEAEA. Windows color (decimal): -3450 or 8844031. OLE color: 8844031.
HSL color Cylindrical-coordinate representation of color #FFF286: hue angle of 53.55º 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 #FFF286 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 134 | - |
| CMYK | 0 | 0.05 | 0.47 | 0 |
| HSL | 53.55º | 1% | 0.76% | - |
| HSV(B) | 53.55º | 0.47% | 1% | - |
| XYZ | 77.3 | 86.49 | 35.17 | - |
| YUV | 233.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 134 | 0 | 0.05 | 0.47 | 0 | 53.55 | 1 | 0.76 |
| Hex | FF | F2 | 86 | 0 | 5 | 2F | 0 | 36 | 64 | 4C |
| Octal | 377 | 362 | 206 | 0 | 5 | 57 | 0 | 66 | 144 | 114 |
| Binary | 11111111 | 11110010 | 10000110 | 0 | 101 | 101111 | 0 | 110110 | 1100100 | 1001100 |
Color Harmonies of #FFF286
Complementary color
Monochromatic Colors of #FFF286
Black with #FFF286
Text Example
Text Example
White with #FFF286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF286; }
p { color: rgb(255,242,134); }
H1.HeaderClassName
{
color: #FFF286;
}
.AnyTagClassName
{
color: #FFF286;
}
</style>
background-color css
<style>
a { background-color: #FFF286; }
a { background-color: rgb(255,242,134); }
div.DivClassName
{
background-color: #FFF286;
}
.BgClassName
{
background-color: #FFF286;
}
</style>
border-color css
<style>
span { border-color: #FFF286; }
span { border-color: rgb(255,242,134); }
td.TdClassName
{
border-color: #FFF286;
}
.TagClassName
{
border-color: #FFF286;
}
</style>