Shades of Milan #FDF38F
Tints of Milan #FDF38F
RGB
CMYK
RGB Variations
Color information
#FDF38F (or 0xFDF38F) is known color: Milan. HEX triplet: FD, F3 and 8F. RGB value is (253,243,143). Sum of RGB (Red+Green+Blue) = 253+243+143=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 143 (56.25% from 255 or 22.38% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF38F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF38F is #020C70. Grayscale: #EAEAEA. Windows color (decimal): -134257 or 9434109. OLE color: 9434109.
HSL color Cylindrical-coordinate representation of color #FDF38F: hue angle of 54.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDF38F is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 143 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.01 |
| HSL | 54.55º | 0.96% | 0.78% | - |
| HSV(B) | 54.55º | 0.43% | 0.99% | - |
| XYZ | 77.52 | 86.97 | 38.69 | - |
| YUV | 234.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 143 | 0 | 0.04 | 0.43 | 0.01 | 54.55 | 0.96 | 0.78 |
| Hex | FD | F3 | 8F | 0 | 4 | 2B | 1 | 37 | 60 | 4E |
| Octal | 375 | 363 | 217 | 0 | 4 | 53 | 1 | 67 | 140 | 116 |
| Binary | 11111101 | 11110011 | 10001111 | 0 | 100 | 101011 | 1 | 110111 | 1100000 | 1001110 |
Color Harmonies of #FDF38F
Complementary color
Monochromatic Colors of #FDF38F
Black with #FDF38F
Text Example
Text Example
White with #FDF38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF38F; }
p { color: rgb(253,243,143); }
H1.HeaderClassName
{
color: #FDF38F;
}
.AnyTagClassName
{
color: #FDF38F;
}
</style>
background-color css
<style>
a { background-color: #FDF38F; }
a { background-color: rgb(253,243,143); }
div.DivClassName
{
background-color: #FDF38F;
}
.BgClassName
{
background-color: #FDF38F;
}
</style>
border-color css
<style>
span { border-color: #FDF38F; }
span { border-color: rgb(253,243,143); }
td.TdClassName
{
border-color: #FDF38F;
}
.TagClassName
{
border-color: #FDF38F;
}
</style>