Shades of Melon #F9C0AC
Tints of Melon #F9C0AC
RGB
CMYK
RGB Variations
Color information
#F9C0AC (or 0xF9C0AC) is known color: Melon. HEX triplet: F9, C0 and AC. RGB value is (249,192,172). Sum of RGB (Red+Green+Blue) = 249+192+172=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C0AC is #063F53. Grayscale: #CECECE. Windows color (decimal): -409428 or 11321593. OLE color: 11321593.
HSL color Cylindrical-coordinate representation of color #F9C0AC: hue angle of 15.58º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9C0AC is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 172 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.02 |
| HSL | 15.58º | 0.87% | 0.83% | - |
| HSV(B) | 15.58º | 0.31% | 0.98% | - |
| XYZ | 65.36 | 60.82 | 47.32 | - |
| YUV | 206.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 172 | 0 | 0.23 | 0.31 | 0.02 | 15.58 | 0.87 | 0.83 |
| Hex | F9 | C0 | AC | 0 | 17 | 1F | 2 | 10 | 57 | 53 |
| Octal | 371 | 300 | 254 | 0 | 27 | 37 | 2 | 20 | 127 | 123 |
| Binary | 11111001 | 11000000 | 10101100 | 0 | 10111 | 11111 | 10 | 10000 | 1010111 | 1010011 |
Color Harmonies of #F9C0AC
Complementary color
Monochromatic Colors of #F9C0AC
Black with #F9C0AC
Text Example
Text Example
White with #F9C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0AC; }
p { color: rgb(249,192,172); }
H1.HeaderClassName
{
color: #F9C0AC;
}
.AnyTagClassName
{
color: #F9C0AC;
}
</style>
background-color css
<style>
a { background-color: #F9C0AC; }
a { background-color: rgb(249,192,172); }
div.DivClassName
{
background-color: #F9C0AC;
}
.BgClassName
{
background-color: #F9C0AC;
}
</style>
border-color css
<style>
span { border-color: #F9C0AC; }
span { border-color: rgb(249,192,172); }
td.TdClassName
{
border-color: #F9C0AC;
}
.TagClassName
{
border-color: #F9C0AC;
}
</style>