Shades of Milan #FEFB8A
Tints of Milan #FEFB8A
RGB
CMYK
RGB Variations
Color information
#FEFB8A (or 0xFEFB8A) is known color: Milan. HEX triplet: FE, FB and 8A. RGB value is (254,251,138). Sum of RGB (Red+Green+Blue) = 254+251+138=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 138 (54.30% from 255 or 21.46% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFB8A is #010475. Grayscale: #EFEFEF. Windows color (decimal): -66678 or 9108478. OLE color: 9108478.
HSL color Cylindrical-coordinate representation of color #FEFB8A: hue angle of 58.45º 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 #FEFB8A is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 138 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.00 |
| HSL | 58.45º | 0.98% | 0.77% | - |
| HSV(B) | 58.45º | 0.46% | 1% | - |
| XYZ | 79.96 | 91.9 | 37.57 | - |
| YUV | 239.02 | 70.99 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 138 | 0 | 0.01 | 0.46 | 0.00 | 58.45 | 0.98 | 0.77 |
| Hex | FE | FB | 8A | 0 | 1 | 2E | 0 | 3A | 62 | 4D |
| Octal | 376 | 373 | 212 | 0 | 1 | 56 | 0 | 72 | 142 | 115 |
| Binary | 11111110 | 11111011 | 10001010 | 0 | 1 | 101110 | 0 | 111010 | 1100010 | 1001101 |
Color Harmonies of #FEFB8A
Complementary color
Monochromatic Colors of #FEFB8A
Black with #FEFB8A
Text Example
Text Example
White with #FEFB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB8A; }
p { color: rgb(254,251,138); }
H1.HeaderClassName
{
color: #FEFB8A;
}
.AnyTagClassName
{
color: #FEFB8A;
}
</style>
background-color css
<style>
a { background-color: #FEFB8A; }
a { background-color: rgb(254,251,138); }
div.DivClassName
{
background-color: #FEFB8A;
}
.BgClassName
{
background-color: #FEFB8A;
}
</style>
border-color css
<style>
span { border-color: #FEFB8A; }
span { border-color: rgb(254,251,138); }
td.TdClassName
{
border-color: #FEFB8A;
}
.TagClassName
{
border-color: #FEFB8A;
}
</style>