Shades of Milan #FFF388
Tints of Milan #FFF388
RGB
CMYK
RGB Variations
Color information
#FFF388 (or 0xFFF388) is known color: Milan. HEX triplet: FF, F3 and 88. RGB value is (255,243,136). Sum of RGB (Red+Green+Blue) = 255+243+136=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 136 (53.52% from 255 or 21.45% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF388 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF388 is #000C77. Grayscale: #EAEAEA. Windows color (decimal): -3192 or 8975359. OLE color: 8975359.
HSL color Cylindrical-coordinate representation of color #FFF388: hue angle of 53.95º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFF388 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 136 | - |
| CMYK | 0 | 0.05 | 0.47 | 0 |
| HSL | 53.95º | 1% | 0.77% | - |
| HSV(B) | 53.95º | 0.47% | 1% | - |
| XYZ | 77.73 | 87.14 | 36.01 | - |
| YUV | 234.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 136 | 0 | 0.05 | 0.47 | 0 | 53.95 | 1 | 0.77 |
| Hex | FF | F3 | 88 | 0 | 5 | 2F | 0 | 36 | 64 | 4D |
| Octal | 377 | 363 | 210 | 0 | 5 | 57 | 0 | 66 | 144 | 115 |
| Binary | 11111111 | 11110011 | 10001000 | 0 | 101 | 101111 | 0 | 110110 | 1100100 | 1001101 |
Color Harmonies of #FFF388
Complementary color
Monochromatic Colors of #FFF388
Black with #FFF388
Text Example
Text Example
White with #FFF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF388; }
p { color: rgb(255,243,136); }
H1.HeaderClassName
{
color: #FFF388;
}
.AnyTagClassName
{
color: #FFF388;
}
</style>
background-color css
<style>
a { background-color: #FFF388; }
a { background-color: rgb(255,243,136); }
div.DivClassName
{
background-color: #FFF388;
}
.BgClassName
{
background-color: #FFF388;
}
</style>
border-color css
<style>
span { border-color: #FFF388; }
span { border-color: rgb(255,243,136); }
td.TdClassName
{
border-color: #FFF388;
}
.TagClassName
{
border-color: #FFF388;
}
</style>