Shades of Milan #FDF293
Tints of Milan #FDF293
RGB
CMYK
RGB Variations
Color information
#FDF293 (or 0xFDF293) is known color: Milan. HEX triplet: FD, F2 and 93. RGB value is (253,242,147). Sum of RGB (Red+Green+Blue) = 253+242+147=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 147 (57.81% from 255 or 22.90% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF293 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF293 is #020D6C. Grayscale: #EAEAEA. Windows color (decimal): -134509 or 9695997. OLE color: 9695997.
HSL color Cylindrical-coordinate representation of color #FDF293: hue angle of 53.77º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDF293 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 147 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.01 |
| HSL | 53.77º | 0.96% | 0.78% | - |
| HSV(B) | 53.77º | 0.42% | 0.99% | - |
| XYZ | 77.53 | 86.49 | 40.21 | - |
| YUV | 234.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 147 | 0 | 0.04 | 0.42 | 0.01 | 53.77 | 0.96 | 0.78 |
| Hex | FD | F2 | 93 | 0 | 4 | 2A | 1 | 36 | 60 | 4E |
| Octal | 375 | 362 | 223 | 0 | 4 | 52 | 1 | 66 | 140 | 116 |
| Binary | 11111101 | 11110010 | 10010011 | 0 | 100 | 101010 | 1 | 110110 | 1100000 | 1001110 |
Color Harmonies of #FDF293
Complementary color
Monochromatic Colors of #FDF293
Black with #FDF293
Text Example
Text Example
White with #FDF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF293; }
p { color: rgb(253,242,147); }
H1.HeaderClassName
{
color: #FDF293;
}
.AnyTagClassName
{
color: #FDF293;
}
</style>
background-color css
<style>
a { background-color: #FDF293; }
a { background-color: rgb(253,242,147); }
div.DivClassName
{
background-color: #FDF293;
}
.BgClassName
{
background-color: #FDF293;
}
</style>
border-color css
<style>
span { border-color: #FDF293; }
span { border-color: rgb(253,242,147); }
td.TdClassName
{
border-color: #FDF293;
}
.TagClassName
{
border-color: #FDF293;
}
</style>