Shades of Milan #FEF28D
Tints of Milan #FEF28D
RGB
CMYK
RGB Variations
Color information
#FEF28D (or 0xFEF28D) is known color: Milan. HEX triplet: FE, F2 and 8D. RGB value is (254,242,141). Sum of RGB (Red+Green+Blue) = 254+242+141=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 141 (55.47% from 255 or 22.14% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF28D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF28D is #010D72. Grayscale: #EAEAEA. Windows color (decimal): -68979 or 9302782. OLE color: 9302782.
HSL color Cylindrical-coordinate representation of color #FEF28D: hue angle of 53.63º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEF28D is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 141 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.00 |
| HSL | 53.63º | 0.98% | 0.77% | - |
| HSV(B) | 53.63º | 0.44% | 1% | - |
| XYZ | 77.43 | 86.5 | 37.81 | - |
| YUV | 234.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 141 | 0 | 0.05 | 0.44 | 0.00 | 53.63 | 0.98 | 0.77 |
| Hex | FE | F2 | 8D | 0 | 5 | 2C | 0 | 36 | 62 | 4D |
| Octal | 376 | 362 | 215 | 0 | 5 | 54 | 0 | 66 | 142 | 115 |
| Binary | 11111110 | 11110010 | 10001101 | 0 | 101 | 101100 | 0 | 110110 | 1100010 | 1001101 |
Color Harmonies of #FEF28D
Complementary color
Monochromatic Colors of #FEF28D
Black with #FEF28D
Text Example
Text Example
White with #FEF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF28D; }
p { color: rgb(254,242,141); }
H1.HeaderClassName
{
color: #FEF28D;
}
.AnyTagClassName
{
color: #FEF28D;
}
</style>
background-color css
<style>
a { background-color: #FEF28D; }
a { background-color: rgb(254,242,141); }
div.DivClassName
{
background-color: #FEF28D;
}
.BgClassName
{
background-color: #FEF28D;
}
</style>
border-color css
<style>
span { border-color: #FEF28D; }
span { border-color: rgb(254,242,141); }
td.TdClassName
{
border-color: #FEF28D;
}
.TagClassName
{
border-color: #FEF28D;
}
</style>