Shades of Milan #FDF28C
Tints of Milan #FDF28C
RGB
CMYK
RGB Variations
Color information
#FDF28C (or 0xFDF28C) is known color: Milan. HEX triplet: FD, F2 and 8C. RGB value is (253,242,140). Sum of RGB (Red+Green+Blue) = 253+242+140=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 140 (55.08% from 255 or 22.05% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF28C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF28C is #020D73. Grayscale: #EAEAEA. Windows color (decimal): -134516 or 9237245. OLE color: 9237245.
HSL color Cylindrical-coordinate representation of color #FDF28C: hue angle of 54.16º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDF28C is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 140 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.01 |
| HSL | 54.16º | 0.97% | 0.77% | - |
| HSV(B) | 54.16º | 0.45% | 0.99% | - |
| XYZ | 76.99 | 86.28 | 37.41 | - |
| YUV | 233.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 140 | 0 | 0.04 | 0.45 | 0.01 | 54.16 | 0.97 | 0.77 |
| Hex | FD | F2 | 8C | 0 | 4 | 2D | 1 | 36 | 61 | 4D |
| Octal | 375 | 362 | 214 | 0 | 4 | 55 | 1 | 66 | 141 | 115 |
| Binary | 11111101 | 11110010 | 10001100 | 0 | 100 | 101101 | 1 | 110110 | 1100001 | 1001101 |
Color Harmonies of #FDF28C
Complementary color
Monochromatic Colors of #FDF28C
Black with #FDF28C
Text Example
Text Example
White with #FDF28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF28C; }
p { color: rgb(253,242,140); }
H1.HeaderClassName
{
color: #FDF28C;
}
.AnyTagClassName
{
color: #FDF28C;
}
</style>
background-color css
<style>
a { background-color: #FDF28C; }
a { background-color: rgb(253,242,140); }
div.DivClassName
{
background-color: #FDF28C;
}
.BgClassName
{
background-color: #FDF28C;
}
</style>
border-color css
<style>
span { border-color: #FDF28C; }
span { border-color: rgb(253,242,140); }
td.TdClassName
{
border-color: #FDF28C;
}
.TagClassName
{
border-color: #FDF28C;
}
</style>