Shades of Milan #FDF38B
Tints of Milan #FDF38B
RGB
CMYK
RGB Variations
Color information
#FDF38B (or 0xFDF38B) is known color: Milan. HEX triplet: FD, F3 and 8B. RGB value is (253,243,139). Sum of RGB (Red+Green+Blue) = 253+243+139=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 139 (54.69% from 255 or 21.89% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF38B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF38B is #020C74. Grayscale: #EAEAEA. Windows color (decimal): -134261 or 9171965. OLE color: 9171965.
HSL color Cylindrical-coordinate representation of color #FDF38B: hue angle of 54.74º 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 #FDF38B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 139 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.01 |
| HSL | 54.74º | 0.97% | 0.77% | - |
| HSV(B) | 54.74º | 0.45% | 0.99% | - |
| XYZ | 77.22 | 86.85 | 37.12 | - |
| YUV | 234.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 139 | 0 | 0.04 | 0.45 | 0.01 | 54.74 | 0.97 | 0.77 |
| Hex | FD | F3 | 8B | 0 | 4 | 2D | 1 | 37 | 61 | 4D |
| Octal | 375 | 363 | 213 | 0 | 4 | 55 | 1 | 67 | 141 | 115 |
| Binary | 11111101 | 11110011 | 10001011 | 0 | 100 | 101101 | 1 | 110111 | 1100001 | 1001101 |
Color Harmonies of #FDF38B
Complementary color
Monochromatic Colors of #FDF38B
Black with #FDF38B
Text Example
Text Example
White with #FDF38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF38B; }
p { color: rgb(253,243,139); }
H1.HeaderClassName
{
color: #FDF38B;
}
.AnyTagClassName
{
color: #FDF38B;
}
</style>
background-color css
<style>
a { background-color: #FDF38B; }
a { background-color: rgb(253,243,139); }
div.DivClassName
{
background-color: #FDF38B;
}
.BgClassName
{
background-color: #FDF38B;
}
</style>
border-color css
<style>
span { border-color: #FDF38B; }
span { border-color: rgb(253,243,139); }
td.TdClassName
{
border-color: #FDF38B;
}
.TagClassName
{
border-color: #FDF38B;
}
</style>