Shades of Milan #FFF387
Tints of Milan #FFF387
RGB
CMYK
RGB Variations
Color information
#FFF387 (or 0xFFF387) is known color: Milan. HEX triplet: FF, F3 and 87. RGB value is (255,243,135). Sum of RGB (Red+Green+Blue) = 255+243+135=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 135 (53.12% from 255 or 21.33% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF387 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF387 is #000C78. Grayscale: #EAEAEA. Windows color (decimal): -3193 or 8909823. OLE color: 8909823.
HSL color Cylindrical-coordinate representation of color #FFF387: hue angle of 54º 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 #FFF387 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 135 | - |
| CMYK | 0 | 0.05 | 0.47 | 0 |
| HSL | 54º | 1% | 0.76% | - |
| HSV(B) | 54º | 0.47% | 1% | - |
| XYZ | 77.66 | 87.11 | 35.64 | - |
| YUV | 234.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 135 | 0 | 0.05 | 0.47 | 0 | 54 | 1 | 0.76 |
| Hex | FF | F3 | 87 | 0 | 5 | 2F | 0 | 36 | 64 | 4C |
| Octal | 377 | 363 | 207 | 0 | 5 | 57 | 0 | 66 | 144 | 114 |
| Binary | 11111111 | 11110011 | 10000111 | 0 | 101 | 101111 | 0 | 110110 | 1100100 | 1001100 |
Color Harmonies of #FFF387
Complementary color
Monochromatic Colors of #FFF387
Black with #FFF387
Text Example
Text Example
White with #FFF387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF387; }
p { color: rgb(255,243,135); }
H1.HeaderClassName
{
color: #FFF387;
}
.AnyTagClassName
{
color: #FFF387;
}
</style>
background-color css
<style>
a { background-color: #FFF387; }
a { background-color: rgb(255,243,135); }
div.DivClassName
{
background-color: #FFF387;
}
.BgClassName
{
background-color: #FFF387;
}
</style>
border-color css
<style>
span { border-color: #FFF387; }
span { border-color: rgb(255,243,135); }
td.TdClassName
{
border-color: #FFF387;
}
.TagClassName
{
border-color: #FFF387;
}
</style>