Shades of Salmon #F07C67
Tints of Salmon #F07C67
RGB
CMYK
RGB Variations
Color information
#F07C67 (or 0xF07C67) is known color: Salmon. HEX triplet: F0, 7C and 67. RGB value is (240,124,103). Sum of RGB (Red+Green+Blue) = 240+124+103=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C67 is #0F8398. Grayscale: #9C9C9C. Windows color (decimal): -1016729 or 6782192. OLE color: 6782192.
HSL color Cylindrical-coordinate representation of color #F07C67: hue angle of 9.2º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F07C67 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 103 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.06 |
| HSL | 9.2º | 0.82% | 0.67% | - |
| HSV(B) | 9.2º | 0.57% | 0.94% | - |
| XYZ | 45.59 | 33.92 | 16.98 | - |
| YUV | 156.29 | 97.93 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 103 | 0 | 0.48 | 0.57 | 0.06 | 9.2 | 0.82 | 0.67 |
| Hex | F0 | 7C | 67 | 0 | 30 | 39 | 6 | 9 | 52 | 43 |
| Octal | 360 | 174 | 147 | 0 | 60 | 71 | 6 | 11 | 122 | 103 |
| Binary | 11110000 | 1111100 | 1100111 | 0 | 110000 | 111001 | 110 | 1001 | 1010010 | 1000011 |
Color Harmonies of #F07C67
Complementary color
Monochromatic Colors of #F07C67
Black with #F07C67
Text Example
Text Example
White with #F07C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C67; }
p { color: rgb(240,124,103); }
H1.HeaderClassName
{
color: #F07C67;
}
.AnyTagClassName
{
color: #F07C67;
}
</style>
background-color css
<style>
a { background-color: #F07C67; }
a { background-color: rgb(240,124,103); }
div.DivClassName
{
background-color: #F07C67;
}
.BgClassName
{
background-color: #F07C67;
}
</style>
border-color css
<style>
span { border-color: #F07C67; }
span { border-color: rgb(240,124,103); }
td.TdClassName
{
border-color: #F07C67;
}
.TagClassName
{
border-color: #F07C67;
}
</style>