Shades of Milan #FEF98C
Tints of Milan #FEF98C
RGB
CMYK
RGB Variations
Color information
#FEF98C (or 0xFEF98C) is known color: Milan. HEX triplet: FE, F9 and 8C. RGB value is (254,249,140). Sum of RGB (Red+Green+Blue) = 254+249+140=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 140 (55.08% from 255 or 21.77% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF98C is #010673. Grayscale: #EEEEEE. Windows color (decimal): -67188 or 9239038. OLE color: 9239038.
HSL color Cylindrical-coordinate representation of color #FEF98C: hue angle of 57.37º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEF98C is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 140 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.00 |
| HSL | 57.37º | 0.98% | 0.77% | - |
| HSV(B) | 57.37º | 0.45% | 1% | - |
| XYZ | 79.48 | 90.72 | 38.13 | - |
| YUV | 238.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 140 | 0 | 0.02 | 0.45 | 0.00 | 57.37 | 0.98 | 0.77 |
| Hex | FE | F9 | 8C | 0 | 2 | 2D | 0 | 39 | 62 | 4D |
| Octal | 376 | 371 | 214 | 0 | 2 | 55 | 0 | 71 | 142 | 115 |
| Binary | 11111110 | 11111001 | 10001100 | 0 | 10 | 101101 | 0 | 111001 | 1100010 | 1001101 |
Color Harmonies of #FEF98C
Complementary color
Monochromatic Colors of #FEF98C
Black with #FEF98C
Text Example
Text Example
White with #FEF98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF98C; }
p { color: rgb(254,249,140); }
H1.HeaderClassName
{
color: #FEF98C;
}
.AnyTagClassName
{
color: #FEF98C;
}
</style>
background-color css
<style>
a { background-color: #FEF98C; }
a { background-color: rgb(254,249,140); }
div.DivClassName
{
background-color: #FEF98C;
}
.BgClassName
{
background-color: #FEF98C;
}
</style>
border-color css
<style>
span { border-color: #FEF98C; }
span { border-color: rgb(254,249,140); }
td.TdClassName
{
border-color: #FEF98C;
}
.TagClassName
{
border-color: #FEF98C;
}
</style>