Shades of Milan #F9F383
Tints of Milan #F9F383
RGB
CMYK
RGB Variations
Color information
#F9F383 (or 0xF9F383) is known color: Milan. HEX triplet: F9, F3 and 83. RGB value is (249,243,131). Sum of RGB (Red+Green+Blue) = 249+243+131=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 131 (51.56% from 255 or 21.03% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F383 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F383 is #060C7C. Grayscale: #E8E8E8. Windows color (decimal): -396413 or 8647673. OLE color: 8647673.
HSL color Cylindrical-coordinate representation of color #F9F383: hue angle of 56.95º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F9F383 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 131 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.02 |
| HSL | 56.95º | 0.91% | 0.75% | - |
| HSV(B) | 56.95º | 0.47% | 0.98% | - |
| XYZ | 75.21 | 85.88 | 34.08 | - |
| YUV | 232.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 131 | 0 | 0.02 | 0.47 | 0.02 | 56.95 | 0.91 | 0.75 |
| Hex | F9 | F3 | 83 | 0 | 2 | 2F | 2 | 39 | 5B | 4B |
| Octal | 371 | 363 | 203 | 0 | 2 | 57 | 2 | 71 | 133 | 113 |
| Binary | 11111001 | 11110011 | 10000011 | 0 | 10 | 101111 | 10 | 111001 | 1011011 | 1001011 |
Color Harmonies of #F9F383
Complementary color
Monochromatic Colors of #F9F383
Black with #F9F383
Text Example
Text Example
White with #F9F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F383; }
p { color: rgb(249,243,131); }
H1.HeaderClassName
{
color: #F9F383;
}
.AnyTagClassName
{
color: #F9F383;
}
</style>
background-color css
<style>
a { background-color: #F9F383; }
a { background-color: rgb(249,243,131); }
div.DivClassName
{
background-color: #F9F383;
}
.BgClassName
{
background-color: #F9F383;
}
</style>
border-color css
<style>
span { border-color: #F9F383; }
span { border-color: rgb(249,243,131); }
td.TdClassName
{
border-color: #F9F383;
}
.TagClassName
{
border-color: #F9F383;
}
</style>