Shades of Milan #FEF388
Tints of Milan #FEF388
RGB
CMYK
RGB Variations
Color information
#FEF388 (or 0xFEF388) is known color: Milan. HEX triplet: FE, F3 and 88. RGB value is (254,243,136). Sum of RGB (Red+Green+Blue) = 254+243+136=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 136 (53.52% from 255 or 21.48% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF388 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF388 is #010C77. Grayscale: #EAEAEA. Windows color (decimal): -68728 or 8975358. OLE color: 8975358.
HSL color Cylindrical-coordinate representation of color #FEF388: hue angle of 54.41º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEF388 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 136 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.00 |
| HSL | 54.41º | 0.98% | 0.76% | - |
| HSV(B) | 54.41º | 0.46% | 1% | - |
| XYZ | 77.37 | 86.95 | 36 | - |
| YUV | 234.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 136 | 0 | 0.04 | 0.46 | 0.00 | 54.41 | 0.98 | 0.76 |
| Hex | FE | F3 | 88 | 0 | 4 | 2E | 0 | 36 | 62 | 4C |
| Octal | 376 | 363 | 210 | 0 | 4 | 56 | 0 | 66 | 142 | 114 |
| Binary | 11111110 | 11110011 | 10001000 | 0 | 100 | 101110 | 0 | 110110 | 1100010 | 1001100 |
Color Harmonies of #FEF388
Complementary color
Monochromatic Colors of #FEF388
Black with #FEF388
Text Example
Text Example
White with #FEF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF388; }
p { color: rgb(254,243,136); }
H1.HeaderClassName
{
color: #FEF388;
}
.AnyTagClassName
{
color: #FEF388;
}
</style>
background-color css
<style>
a { background-color: #FEF388; }
a { background-color: rgb(254,243,136); }
div.DivClassName
{
background-color: #FEF388;
}
.BgClassName
{
background-color: #FEF388;
}
</style>
border-color css
<style>
span { border-color: #FEF388; }
span { border-color: rgb(254,243,136); }
td.TdClassName
{
border-color: #FEF388;
}
.TagClassName
{
border-color: #FEF388;
}
</style>