Shades of Salmon #F48268
Tints of Salmon #F48268
RGB
CMYK
RGB Variations
Color information
#F48268 (or 0xF48268) is known color: Salmon. HEX triplet: F4, 82 and 68. RGB value is (244,130,104). Sum of RGB (Red+Green+Blue) = 244+130+104=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F48268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48268 is #0B7D97. Grayscale: #A1A1A1. Windows color (decimal): -753048 or 6849268. OLE color: 6849268.
HSL color Cylindrical-coordinate representation of color #F48268: hue angle of 11.14º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F48268 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 104 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.04 |
| HSL | 11.14º | 0.86% | 0.68% | - |
| HSV(B) | 11.14º | 0.57% | 0.96% | - |
| XYZ | 47.79 | 36.2 | 17.56 | - |
| YUV | 161.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 104 | 0 | 0.47 | 0.57 | 0.04 | 11.14 | 0.86 | 0.68 |
| Hex | F4 | 82 | 68 | 0 | 2F | 39 | 4 | B | 56 | 44 |
| Octal | 364 | 202 | 150 | 0 | 57 | 71 | 4 | 13 | 126 | 104 |
| Binary | 11110100 | 10000010 | 1101000 | 0 | 101111 | 111001 | 100 | 1011 | 1010110 | 1000100 |
Color Harmonies of #F48268
Complementary color
Monochromatic Colors of #F48268
Black with #F48268
Text Example
Text Example
White with #F48268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48268; }
p { color: rgb(244,130,104); }
H1.HeaderClassName
{
color: #F48268;
}
.AnyTagClassName
{
color: #F48268;
}
</style>
background-color css
<style>
a { background-color: #F48268; }
a { background-color: rgb(244,130,104); }
div.DivClassName
{
background-color: #F48268;
}
.BgClassName
{
background-color: #F48268;
}
</style>
border-color css
<style>
span { border-color: #F48268; }
span { border-color: rgb(244,130,104); }
td.TdClassName
{
border-color: #F48268;
}
.TagClassName
{
border-color: #F48268;
}
</style>