Shades of Milan #FDF38A
Tints of Milan #FDF38A
RGB
CMYK
RGB Variations
Color information
#FDF38A (or 0xFDF38A) is known color: Milan. HEX triplet: FD, F3 and 8A. RGB value is (253,243,138). Sum of RGB (Red+Green+Blue) = 253+243+138=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 138 (54.30% from 255 or 21.77% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF38A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF38A is #020C75. Grayscale: #EAEAEA. Windows color (decimal): -134262 or 9106429. OLE color: 9106429.
HSL color Cylindrical-coordinate representation of color #FDF38A: hue angle of 54.78º 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 #FDF38A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 138 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.01 |
| HSL | 54.78º | 0.97% | 0.77% | - |
| HSV(B) | 54.78º | 0.45% | 0.99% | - |
| XYZ | 77.15 | 86.82 | 36.74 | - |
| YUV | 234.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 138 | 0 | 0.04 | 0.45 | 0.01 | 54.78 | 0.97 | 0.77 |
| Hex | FD | F3 | 8A | 0 | 4 | 2D | 1 | 37 | 61 | 4D |
| Octal | 375 | 363 | 212 | 0 | 4 | 55 | 1 | 67 | 141 | 115 |
| Binary | 11111101 | 11110011 | 10001010 | 0 | 100 | 101101 | 1 | 110111 | 1100001 | 1001101 |
Color Harmonies of #FDF38A
Complementary color
Monochromatic Colors of #FDF38A
Black with #FDF38A
Text Example
Text Example
White with #FDF38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF38A; }
p { color: rgb(253,243,138); }
H1.HeaderClassName
{
color: #FDF38A;
}
.AnyTagClassName
{
color: #FDF38A;
}
</style>
background-color css
<style>
a { background-color: #FDF38A; }
a { background-color: rgb(253,243,138); }
div.DivClassName
{
background-color: #FDF38A;
}
.BgClassName
{
background-color: #FDF38A;
}
</style>
border-color css
<style>
span { border-color: #FDF38A; }
span { border-color: rgb(253,243,138); }
td.TdClassName
{
border-color: #FDF38A;
}
.TagClassName
{
border-color: #FDF38A;
}
</style>