Shades of Milan #FDF28A
Tints of Milan #FDF28A
RGB
CMYK
RGB Variations
Color information
#FDF28A (or 0xFDF28A) is known color: Milan. HEX triplet: FD, F2 and 8A. RGB value is (253,242,138). Sum of RGB (Red+Green+Blue) = 253+242+138=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 138 (54.30% from 255 or 21.80% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF28A is #020D75. Grayscale: #E9E9E9. Windows color (decimal): -134518 or 9106173. OLE color: 9106173.
HSL color Cylindrical-coordinate representation of color #FDF28A: hue angle of 54.26º 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 #FDF28A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 138 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.01 |
| HSL | 54.26º | 0.97% | 0.77% | - |
| HSV(B) | 54.26º | 0.45% | 0.99% | - |
| XYZ | 76.85 | 86.22 | 36.64 | - |
| YUV | 233.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 138 | 0 | 0.04 | 0.45 | 0.01 | 54.26 | 0.97 | 0.77 |
| Hex | FD | F2 | 8A | 0 | 4 | 2D | 1 | 36 | 61 | 4D |
| Octal | 375 | 362 | 212 | 0 | 4 | 55 | 1 | 66 | 141 | 115 |
| Binary | 11111101 | 11110010 | 10001010 | 0 | 100 | 101101 | 1 | 110110 | 1100001 | 1001101 |
Color Harmonies of #FDF28A
Complementary color
Monochromatic Colors of #FDF28A
Black with #FDF28A
Text Example
Text Example
White with #FDF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF28A; }
p { color: rgb(253,242,138); }
H1.HeaderClassName
{
color: #FDF28A;
}
.AnyTagClassName
{
color: #FDF28A;
}
</style>
background-color css
<style>
a { background-color: #FDF28A; }
a { background-color: rgb(253,242,138); }
div.DivClassName
{
background-color: #FDF28A;
}
.BgClassName
{
background-color: #FDF28A;
}
</style>
border-color css
<style>
span { border-color: #FDF28A; }
span { border-color: rgb(253,242,138); }
td.TdClassName
{
border-color: #FDF28A;
}
.TagClassName
{
border-color: #FDF28A;
}
</style>