Shades of Milan #FEF085
Tints of Milan #FEF085
RGB
CMYK
RGB Variations
Color information
#FEF085 (or 0xFEF085) is known color: Milan. HEX triplet: FE, F0 and 85. RGB value is (254,240,133). Sum of RGB (Red+Green+Blue) = 254+240+133=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 133 (52.34% from 255 or 21.21% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF085 is #010F7A. Grayscale: #E8E8E8. Windows color (decimal): -69499 or 8777982. OLE color: 8777982.
HSL color Cylindrical-coordinate representation of color #FEF085: hue angle of 53.06º 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 #FEF085 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 133 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.00 |
| HSL | 53.06º | 0.98% | 0.76% | - |
| HSV(B) | 53.06º | 0.48% | 1% | - |
| XYZ | 76.27 | 85.08 | 34.59 | - |
| YUV | 231.99 | 72.14 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 133 | 0 | 0.06 | 0.48 | 0.00 | 53.06 | 0.98 | 0.76 |
| Hex | FE | F0 | 85 | 0 | 6 | 30 | 0 | 35 | 62 | 4C |
| Octal | 376 | 360 | 205 | 0 | 6 | 60 | 0 | 65 | 142 | 114 |
| Binary | 11111110 | 11110000 | 10000101 | 0 | 110 | 110000 | 0 | 110101 | 1100010 | 1001100 |
Color Harmonies of #FEF085
Complementary color
Monochromatic Colors of #FEF085
Black with #FEF085
Text Example
Text Example
White with #FEF085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF085; }
p { color: rgb(254,240,133); }
H1.HeaderClassName
{
color: #FEF085;
}
.AnyTagClassName
{
color: #FEF085;
}
</style>
background-color css
<style>
a { background-color: #FEF085; }
a { background-color: rgb(254,240,133); }
div.DivClassName
{
background-color: #FEF085;
}
.BgClassName
{
background-color: #FEF085;
}
</style>
border-color css
<style>
span { border-color: #FEF085; }
span { border-color: rgb(254,240,133); }
td.TdClassName
{
border-color: #FEF085;
}
.TagClassName
{
border-color: #FEF085;
}
</style>