Shades of Salmon #F47867
Tints of Salmon #F47867
RGB
CMYK
RGB Variations
Color information
#F47867 (or 0xF47867) is known color: Salmon. HEX triplet: F4, 78 and 67. RGB value is (244,120,103). Sum of RGB (Red+Green+Blue) = 244+120+103=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F47867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47867 is #0B8798. Grayscale: #9B9B9B. Windows color (decimal): -755609 or 6781172. OLE color: 6781172.
HSL color Cylindrical-coordinate representation of color #F47867: hue angle of 7.23º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F47867 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 103 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.04 |
| HSL | 7.23º | 0.87% | 0.68% | - |
| HSV(B) | 7.23º | 0.58% | 0.96% | - |
| XYZ | 46.47 | 33.65 | 16.88 | - |
| YUV | 155.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 103 | 0 | 0.51 | 0.58 | 0.04 | 7.23 | 0.87 | 0.68 |
| Hex | F4 | 78 | 67 | 0 | 33 | 3A | 4 | 7 | 57 | 44 |
| Octal | 364 | 170 | 147 | 0 | 63 | 72 | 4 | 7 | 127 | 104 |
| Binary | 11110100 | 1111000 | 1100111 | 0 | 110011 | 111010 | 100 | 111 | 1010111 | 1000100 |
Color Harmonies of #F47867
Complementary color
Monochromatic Colors of #F47867
Black with #F47867
Text Example
Text Example
White with #F47867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47867; }
p { color: rgb(244,120,103); }
H1.HeaderClassName
{
color: #F47867;
}
.AnyTagClassName
{
color: #F47867;
}
</style>
background-color css
<style>
a { background-color: #F47867; }
a { background-color: rgb(244,120,103); }
div.DivClassName
{
background-color: #F47867;
}
.BgClassName
{
background-color: #F47867;
}
</style>
border-color css
<style>
span { border-color: #F47867; }
span { border-color: rgb(244,120,103); }
td.TdClassName
{
border-color: #F47867;
}
.TagClassName
{
border-color: #F47867;
}
</style>