Shades of Milan #FEF28A
Tints of Milan #FEF28A
RGB
CMYK
RGB Variations
Color information
#FEF28A (or 0xFEF28A) is known color: Milan. HEX triplet: FE, F2 and 8A. RGB value is (254,242,138). Sum of RGB (Red+Green+Blue) = 254+242+138=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 138 (54.30% from 255 or 21.77% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF28A is #010D75. Grayscale: #EAEAEA. Windows color (decimal): -68982 or 9106174. OLE color: 9106174.
HSL color Cylindrical-coordinate representation of color #FEF28A: hue angle of 53.79º 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 #FEF28A is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 138 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.00 |
| HSL | 53.79º | 0.98% | 0.77% | - |
| HSV(B) | 53.79º | 0.46% | 1% | - |
| XYZ | 77.21 | 86.41 | 36.65 | - |
| YUV | 233.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 138 | 0 | 0.05 | 0.46 | 0.00 | 53.79 | 0.98 | 0.77 |
| Hex | FE | F2 | 8A | 0 | 5 | 2E | 0 | 36 | 62 | 4D |
| Octal | 376 | 362 | 212 | 0 | 5 | 56 | 0 | 66 | 142 | 115 |
| Binary | 11111110 | 11110010 | 10001010 | 0 | 101 | 101110 | 0 | 110110 | 1100010 | 1001101 |
Color Harmonies of #FEF28A
Complementary color
Monochromatic Colors of #FEF28A
Black with #FEF28A
Text Example
Text Example
White with #FEF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF28A; }
p { color: rgb(254,242,138); }
H1.HeaderClassName
{
color: #FEF28A;
}
.AnyTagClassName
{
color: #FEF28A;
}
</style>
background-color css
<style>
a { background-color: #FEF28A; }
a { background-color: rgb(254,242,138); }
div.DivClassName
{
background-color: #FEF28A;
}
.BgClassName
{
background-color: #FEF28A;
}
</style>
border-color css
<style>
span { border-color: #FEF28A; }
span { border-color: rgb(254,242,138); }
td.TdClassName
{
border-color: #FEF28A;
}
.TagClassName
{
border-color: #FEF28A;
}
</style>