Shades of Milan #FEF285
Tints of Milan #FEF285
RGB
CMYK
RGB Variations
Color information
#FEF285 (or 0xFEF285) is known color: Milan. HEX triplet: FE, F2 and 85. RGB value is (254,242,133). Sum of RGB (Red+Green+Blue) = 254+242+133=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 133 (52.34% from 255 or 21.14% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF285 is #010D7A. Grayscale: #E9E9E9. Windows color (decimal): -68987 or 8778494. OLE color: 8778494.
HSL color Cylindrical-coordinate representation of color #FEF285: hue angle of 54.05º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEF285 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 133 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.00 |
| HSL | 54.05º | 0.98% | 0.76% | - |
| HSV(B) | 54.05º | 0.48% | 1% | - |
| XYZ | 76.86 | 86.27 | 34.79 | - |
| YUV | 233.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 133 | 0 | 0.05 | 0.48 | 0.00 | 54.05 | 0.98 | 0.76 |
| Hex | FE | F2 | 85 | 0 | 5 | 30 | 0 | 36 | 62 | 4C |
| Octal | 376 | 362 | 205 | 0 | 5 | 60 | 0 | 66 | 142 | 114 |
| Binary | 11111110 | 11110010 | 10000101 | 0 | 101 | 110000 | 0 | 110110 | 1100010 | 1001100 |
Color Harmonies of #FEF285
Complementary color
Monochromatic Colors of #FEF285
Black with #FEF285
Text Example
Text Example
White with #FEF285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF285; }
p { color: rgb(254,242,133); }
H1.HeaderClassName
{
color: #FEF285;
}
.AnyTagClassName
{
color: #FEF285;
}
</style>
background-color css
<style>
a { background-color: #FEF285; }
a { background-color: rgb(254,242,133); }
div.DivClassName
{
background-color: #FEF285;
}
.BgClassName
{
background-color: #FEF285;
}
</style>
border-color css
<style>
span { border-color: #FEF285; }
span { border-color: rgb(254,242,133); }
td.TdClassName
{
border-color: #FEF285;
}
.TagClassName
{
border-color: #FEF285;
}
</style>