Shades of Milan #FFF68E
Tints of Milan #FFF68E
RGB
CMYK
RGB Variations
Color information
#FFF68E (or 0xFFF68E) is known color: Milan. HEX triplet: FF, F6 and 8E. RGB value is (255,246,142). Sum of RGB (Red+Green+Blue) = 255+246+142=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 142 (55.86% from 255 or 22.08% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF68E is #000971. Grayscale: #EDEDED. Windows color (decimal): -2418 or 9369343. OLE color: 9369343.
HSL color Cylindrical-coordinate representation of color #FFF68E: hue angle of 55.22º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFF68E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 142 | - |
| CMYK | 0 | 0.04 | 0.44 | 0 |
| HSL | 55.22º | 1% | 0.78% | - |
| HSV(B) | 55.22º | 0.44% | 1% | - |
| XYZ | 79.08 | 89.12 | 38.63 | - |
| YUV | 236.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 142 | 0 | 0.04 | 0.44 | 0 | 55.22 | 1 | 0.78 |
| Hex | FF | F6 | 8E | 0 | 4 | 2C | 0 | 37 | 64 | 4E |
| Octal | 377 | 366 | 216 | 0 | 4 | 54 | 0 | 67 | 144 | 116 |
| Binary | 11111111 | 11110110 | 10001110 | 0 | 100 | 101100 | 0 | 110111 | 1100100 | 1001110 |
Color Harmonies of #FFF68E
Complementary color
Monochromatic Colors of #FFF68E
Black with #FFF68E
Text Example
Text Example
White with #FFF68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF68E; }
p { color: rgb(255,246,142); }
H1.HeaderClassName
{
color: #FFF68E;
}
.AnyTagClassName
{
color: #FFF68E;
}
</style>
background-color css
<style>
a { background-color: #FFF68E; }
a { background-color: rgb(255,246,142); }
div.DivClassName
{
background-color: #FFF68E;
}
.BgClassName
{
background-color: #FFF68E;
}
</style>
border-color css
<style>
span { border-color: #FFF68E; }
span { border-color: rgb(255,246,142); }
td.TdClassName
{
border-color: #FFF68E;
}
.TagClassName
{
border-color: #FFF68E;
}
</style>