Shades of Milan #FDF38E
Tints of Milan #FDF38E
RGB
CMYK
RGB Variations
Color information
#FDF38E (or 0xFDF38E) is known color: Milan. HEX triplet: FD, F3 and 8E. RGB value is (253,243,142). Sum of RGB (Red+Green+Blue) = 253+243+142=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 142 (55.86% from 255 or 22.26% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF38E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF38E is #020C71. Grayscale: #EAEAEA. Windows color (decimal): -134258 or 9368573. OLE color: 9368573.
HSL color Cylindrical-coordinate representation of color #FDF38E: hue angle of 54.59º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDF38E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 142 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.01 |
| HSL | 54.59º | 0.97% | 0.77% | - |
| HSV(B) | 54.59º | 0.44% | 0.99% | - |
| XYZ | 77.44 | 86.94 | 38.29 | - |
| YUV | 234.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 142 | 0 | 0.04 | 0.44 | 0.01 | 54.59 | 0.97 | 0.77 |
| Hex | FD | F3 | 8E | 0 | 4 | 2C | 1 | 37 | 61 | 4D |
| Octal | 375 | 363 | 216 | 0 | 4 | 54 | 1 | 67 | 141 | 115 |
| Binary | 11111101 | 11110011 | 10001110 | 0 | 100 | 101100 | 1 | 110111 | 1100001 | 1001101 |
Color Harmonies of #FDF38E
Complementary color
Monochromatic Colors of #FDF38E
Black with #FDF38E
Text Example
Text Example
White with #FDF38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF38E; }
p { color: rgb(253,243,142); }
H1.HeaderClassName
{
color: #FDF38E;
}
.AnyTagClassName
{
color: #FDF38E;
}
</style>
background-color css
<style>
a { background-color: #FDF38E; }
a { background-color: rgb(253,243,142); }
div.DivClassName
{
background-color: #FDF38E;
}
.BgClassName
{
background-color: #FDF38E;
}
</style>
border-color css
<style>
span { border-color: #FDF38E; }
span { border-color: rgb(253,243,142); }
td.TdClassName
{
border-color: #FDF38E;
}
.TagClassName
{
border-color: #FDF38E;
}
</style>