Shades of Milan #FEF78C
Tints of Milan #FEF78C
RGB
CMYK
RGB Variations
Color information
#FEF78C (or 0xFEF78C) is known color: Milan. HEX triplet: FE, F7 and 8C. RGB value is (254,247,140). Sum of RGB (Red+Green+Blue) = 254+247+140=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 140 (55.08% from 255 or 21.84% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF78C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF78C is #010873. Grayscale: #EDEDED. Windows color (decimal): -67700 or 9238526. OLE color: 9238526.
HSL color Cylindrical-coordinate representation of color #FEF78C: hue angle of 56.32º 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 #FEF78C is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 140 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.00 |
| HSL | 56.32º | 0.98% | 0.77% | - |
| HSV(B) | 56.32º | 0.45% | 1% | - |
| XYZ | 78.87 | 89.49 | 37.93 | - |
| YUV | 236.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 140 | 0 | 0.03 | 0.45 | 0.00 | 56.32 | 0.98 | 0.77 |
| Hex | FE | F7 | 8C | 0 | 3 | 2D | 0 | 38 | 62 | 4D |
| Octal | 376 | 367 | 214 | 0 | 3 | 55 | 0 | 70 | 142 | 115 |
| Binary | 11111110 | 11110111 | 10001100 | 0 | 11 | 101101 | 0 | 111000 | 1100010 | 1001101 |
Color Harmonies of #FEF78C
Complementary color
Monochromatic Colors of #FEF78C
Black with #FEF78C
Text Example
Text Example
White with #FEF78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF78C; }
p { color: rgb(254,247,140); }
H1.HeaderClassName
{
color: #FEF78C;
}
.AnyTagClassName
{
color: #FEF78C;
}
</style>
background-color css
<style>
a { background-color: #FEF78C; }
a { background-color: rgb(254,247,140); }
div.DivClassName
{
background-color: #FEF78C;
}
.BgClassName
{
background-color: #FEF78C;
}
</style>
border-color css
<style>
span { border-color: #FEF78C; }
span { border-color: rgb(254,247,140); }
td.TdClassName
{
border-color: #FEF78C;
}
.TagClassName
{
border-color: #FEF78C;
}
</style>