Shades of Milan #FDF294
Tints of Milan #FDF294
RGB
CMYK
RGB Variations
Color information
#FDF294 (or 0xFDF294) is known color: Milan. HEX triplet: FD, F2 and 94. RGB value is (253,242,148). Sum of RGB (Red+Green+Blue) = 253+242+148=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 148 (58.20% from 255 or 23.02% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF294 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF294 is #020D6B. Grayscale: #EAEAEA. Windows color (decimal): -134508 or 9761533. OLE color: 9761533.
HSL color Cylindrical-coordinate representation of color #FDF294: hue angle of 53.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDF294 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 148 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.01 |
| HSL | 53.71º | 0.96% | 0.79% | - |
| HSV(B) | 53.71º | 0.42% | 0.99% | - |
| XYZ | 77.61 | 86.53 | 40.63 | - |
| YUV | 234.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 148 | 0 | 0.04 | 0.42 | 0.01 | 53.71 | 0.96 | 0.79 |
| Hex | FD | F2 | 94 | 0 | 4 | 2A | 1 | 36 | 60 | 4F |
| Octal | 375 | 362 | 224 | 0 | 4 | 52 | 1 | 66 | 140 | 117 |
| Binary | 11111101 | 11110010 | 10010100 | 0 | 100 | 101010 | 1 | 110110 | 1100000 | 1001111 |
Color Harmonies of #FDF294
Complementary color
Monochromatic Colors of #FDF294
Black with #FDF294
Text Example
Text Example
White with #FDF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF294; }
p { color: rgb(253,242,148); }
H1.HeaderClassName
{
color: #FDF294;
}
.AnyTagClassName
{
color: #FDF294;
}
</style>
background-color css
<style>
a { background-color: #FDF294; }
a { background-color: rgb(253,242,148); }
div.DivClassName
{
background-color: #FDF294;
}
.BgClassName
{
background-color: #FDF294;
}
</style>
border-color css
<style>
span { border-color: #FDF294; }
span { border-color: rgb(253,242,148); }
td.TdClassName
{
border-color: #FDF294;
}
.TagClassName
{
border-color: #FDF294;
}
</style>