Shades of Salmon #F07E63
Tints of Salmon #F07E63
RGB
CMYK
RGB Variations
Color information
#F07E63 (or 0xF07E63) is known color: Salmon. HEX triplet: F0, 7E and 63. RGB value is (240,126,99). Sum of RGB (Red+Green+Blue) = 240+126+99=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E63 is #0F819C. Grayscale: #9D9D9D. Windows color (decimal): -1016221 or 6520560. OLE color: 6520560.
HSL color Cylindrical-coordinate representation of color #F07E63: hue angle of 11.49º 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 #F07E63 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 99 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.06 |
| HSL | 11.49º | 0.82% | 0.66% | - |
| HSV(B) | 11.49º | 0.59% | 0.94% | - |
| XYZ | 45.65 | 34.35 | 16.03 | - |
| YUV | 157.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 99 | 0 | 0.48 | 0.59 | 0.06 | 11.49 | 0.82 | 0.66 |
| Hex | F0 | 7E | 63 | 0 | 30 | 3B | 6 | B | 52 | 42 |
| Octal | 360 | 176 | 143 | 0 | 60 | 73 | 6 | 13 | 122 | 102 |
| Binary | 11110000 | 1111110 | 1100011 | 0 | 110000 | 111011 | 110 | 1011 | 1010010 | 1000010 |
Color Harmonies of #F07E63
Complementary color
Monochromatic Colors of #F07E63
Black with #F07E63
Text Example
Text Example
White with #F07E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E63; }
p { color: rgb(240,126,99); }
H1.HeaderClassName
{
color: #F07E63;
}
.AnyTagClassName
{
color: #F07E63;
}
</style>
background-color css
<style>
a { background-color: #F07E63; }
a { background-color: rgb(240,126,99); }
div.DivClassName
{
background-color: #F07E63;
}
.BgClassName
{
background-color: #F07E63;
}
</style>
border-color css
<style>
span { border-color: #F07E63; }
span { border-color: rgb(240,126,99); }
td.TdClassName
{
border-color: #F07E63;
}
.TagClassName
{
border-color: #F07E63;
}
</style>