Shades of Salmon #F07D63
Tints of Salmon #F07D63
RGB
CMYK
RGB Variations
Color information
#F07D63 (or 0xF07D63) is known color: Salmon. HEX triplet: F0, 7D and 63. RGB value is (240,125,99). Sum of RGB (Red+Green+Blue) = 240+125+99=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D63 is #0F829C. Grayscale: #9C9C9C. Windows color (decimal): -1016477 or 6520304. OLE color: 6520304.
HSL color Cylindrical-coordinate representation of color #F07D63: hue angle of 11.06º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F07D63 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 99 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.06 |
| HSL | 11.06º | 0.82% | 0.66% | - |
| HSV(B) | 11.06º | 0.59% | 0.94% | - |
| XYZ | 45.52 | 34.09 | 15.99 | - |
| YUV | 156.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 99 | 0 | 0.48 | 0.59 | 0.06 | 11.06 | 0.82 | 0.66 |
| Hex | F0 | 7D | 63 | 0 | 30 | 3B | 6 | B | 52 | 42 |
| Octal | 360 | 175 | 143 | 0 | 60 | 73 | 6 | 13 | 122 | 102 |
| Binary | 11110000 | 1111101 | 1100011 | 0 | 110000 | 111011 | 110 | 1011 | 1010010 | 1000010 |
Color Harmonies of #F07D63
Complementary color
Monochromatic Colors of #F07D63
Black with #F07D63
Text Example
Text Example
White with #F07D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D63; }
p { color: rgb(240,125,99); }
H1.HeaderClassName
{
color: #F07D63;
}
.AnyTagClassName
{
color: #F07D63;
}
</style>
background-color css
<style>
a { background-color: #F07D63; }
a { background-color: rgb(240,125,99); }
div.DivClassName
{
background-color: #F07D63;
}
.BgClassName
{
background-color: #F07D63;
}
</style>
border-color css
<style>
span { border-color: #F07D63; }
span { border-color: rgb(240,125,99); }
td.TdClassName
{
border-color: #F07D63;
}
.TagClassName
{
border-color: #F07D63;
}
</style>