Shades of Milan #FDF58B
Tints of Milan #FDF58B
RGB
CMYK
RGB Variations
Color information
#FDF58B (or 0xFDF58B) is known color: Milan. HEX triplet: FD, F5 and 8B. RGB value is (253,245,139). Sum of RGB (Red+Green+Blue) = 253+245+139=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 139 (54.69% from 255 or 21.82% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF58B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF58B is #020A74. Grayscale: #EBEBEB. Windows color (decimal): -133749 or 9172477. OLE color: 9172477.
HSL color Cylindrical-coordinate representation of color #FDF58B: hue angle of 55.79º 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 #FDF58B is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 139 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.01 |
| HSL | 55.79º | 0.97% | 0.77% | - |
| HSV(B) | 55.79º | 0.45% | 0.99% | - |
| XYZ | 77.82 | 88.05 | 37.32 | - |
| YUV | 235.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 139 | 0 | 0.03 | 0.45 | 0.01 | 55.79 | 0.97 | 0.77 |
| Hex | FD | F5 | 8B | 0 | 3 | 2D | 1 | 38 | 61 | 4D |
| Octal | 375 | 365 | 213 | 0 | 3 | 55 | 1 | 70 | 141 | 115 |
| Binary | 11111101 | 11110101 | 10001011 | 0 | 11 | 101101 | 1 | 111000 | 1100001 | 1001101 |
Color Harmonies of #FDF58B
Complementary color
Monochromatic Colors of #FDF58B
Black with #FDF58B
Text Example
Text Example
White with #FDF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF58B; }
p { color: rgb(253,245,139); }
H1.HeaderClassName
{
color: #FDF58B;
}
.AnyTagClassName
{
color: #FDF58B;
}
</style>
background-color css
<style>
a { background-color: #FDF58B; }
a { background-color: rgb(253,245,139); }
div.DivClassName
{
background-color: #FDF58B;
}
.BgClassName
{
background-color: #FDF58B;
}
</style>
border-color css
<style>
span { border-color: #FDF58B; }
span { border-color: rgb(253,245,139); }
td.TdClassName
{
border-color: #FDF58B;
}
.TagClassName
{
border-color: #FDF58B;
}
</style>