Shades of Milan #FEF68B
Tints of Milan #FEF68B
RGB
CMYK
RGB Variations
Color information
#FEF68B (or 0xFEF68B) is known color: Milan. HEX triplet: FE, F6 and 8B. RGB value is (254,246,139). Sum of RGB (Red+Green+Blue) = 254+246+139=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 139 (54.69% from 255 or 21.75% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF68B is #010974. Grayscale: #ECECEC. Windows color (decimal): -67957 or 9172734. OLE color: 9172734.
HSL color Cylindrical-coordinate representation of color #FEF68B: hue angle of 55.83º 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 #FEF68B is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 139 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.00 |
| HSL | 55.83º | 0.98% | 0.77% | - |
| HSV(B) | 55.83º | 0.45% | 1% | - |
| XYZ | 78.49 | 88.85 | 37.44 | - |
| YUV | 236.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 139 | 0 | 0.03 | 0.45 | 0.00 | 55.83 | 0.98 | 0.77 |
| Hex | FE | F6 | 8B | 0 | 3 | 2D | 0 | 38 | 62 | 4D |
| Octal | 376 | 366 | 213 | 0 | 3 | 55 | 0 | 70 | 142 | 115 |
| Binary | 11111110 | 11110110 | 10001011 | 0 | 11 | 101101 | 0 | 111000 | 1100010 | 1001101 |
Color Harmonies of #FEF68B
Complementary color
Monochromatic Colors of #FEF68B
Black with #FEF68B
Text Example
Text Example
White with #FEF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF68B; }
p { color: rgb(254,246,139); }
H1.HeaderClassName
{
color: #FEF68B;
}
.AnyTagClassName
{
color: #FEF68B;
}
</style>
background-color css
<style>
a { background-color: #FEF68B; }
a { background-color: rgb(254,246,139); }
div.DivClassName
{
background-color: #FEF68B;
}
.BgClassName
{
background-color: #FEF68B;
}
</style>
border-color css
<style>
span { border-color: #FEF68B; }
span { border-color: rgb(254,246,139); }
td.TdClassName
{
border-color: #FEF68B;
}
.TagClassName
{
border-color: #FEF68B;
}
</style>