Shades of Milan #FEF08A
Tints of Milan #FEF08A
RGB
CMYK
RGB Variations
Color information
#FEF08A (or 0xFEF08A) is known color: Milan. HEX triplet: FE, F0 and 8A. RGB value is (254,240,138). Sum of RGB (Red+Green+Blue) = 254+240+138=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 138 (54.30% from 255 or 21.84% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF08A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF08A is #010F75. Grayscale: #E8E8E8. Windows color (decimal): -69494 or 9105662. OLE color: 9105662.
HSL color Cylindrical-coordinate representation of color #FEF08A: hue angle of 52.76º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEF08A is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 138 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.00 |
| HSL | 52.76º | 0.98% | 0.77% | - |
| HSV(B) | 52.76º | 0.46% | 1% | - |
| XYZ | 76.62 | 85.23 | 36.46 | - |
| YUV | 232.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 138 | 0 | 0.06 | 0.46 | 0.00 | 52.76 | 0.98 | 0.77 |
| Hex | FE | F0 | 8A | 0 | 6 | 2E | 0 | 35 | 62 | 4D |
| Octal | 376 | 360 | 212 | 0 | 6 | 56 | 0 | 65 | 142 | 115 |
| Binary | 11111110 | 11110000 | 10001010 | 0 | 110 | 101110 | 0 | 110101 | 1100010 | 1001101 |
Color Harmonies of #FEF08A
Complementary color
Monochromatic Colors of #FEF08A
Black with #FEF08A
Text Example
Text Example
White with #FEF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF08A; }
p { color: rgb(254,240,138); }
H1.HeaderClassName
{
color: #FEF08A;
}
.AnyTagClassName
{
color: #FEF08A;
}
</style>
background-color css
<style>
a { background-color: #FEF08A; }
a { background-color: rgb(254,240,138); }
div.DivClassName
{
background-color: #FEF08A;
}
.BgClassName
{
background-color: #FEF08A;
}
</style>
border-color css
<style>
span { border-color: #FEF08A; }
span { border-color: rgb(254,240,138); }
td.TdClassName
{
border-color: #FEF08A;
}
.TagClassName
{
border-color: #FEF08A;
}
</style>