Shades of Salmon #F48266
Tints of Salmon #F48266
RGB
CMYK
RGB Variations
Color information
#F48266 (or 0xF48266) is known color: Salmon. HEX triplet: F4, 82 and 66. RGB value is (244,130,102). Sum of RGB (Red+Green+Blue) = 244+130+102=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F48266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48266 is #0B7D99. Grayscale: #A1A1A1. Windows color (decimal): -753050 or 6718196. OLE color: 6718196.
HSL color Cylindrical-coordinate representation of color #F48266: hue angle of 11.83º 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 #F48266 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 102 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.04 |
| HSL | 11.83º | 0.87% | 0.68% | - |
| HSV(B) | 11.83º | 0.58% | 0.96% | - |
| XYZ | 47.69 | 36.16 | 17.04 | - |
| YUV | 160.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 102 | 0 | 0.47 | 0.58 | 0.04 | 11.83 | 0.87 | 0.68 |
| Hex | F4 | 82 | 66 | 0 | 2F | 3A | 4 | C | 57 | 44 |
| Octal | 364 | 202 | 146 | 0 | 57 | 72 | 4 | 14 | 127 | 104 |
| Binary | 11110100 | 10000010 | 1100110 | 0 | 101111 | 111010 | 100 | 1100 | 1010111 | 1000100 |
Color Harmonies of #F48266
Complementary color
Monochromatic Colors of #F48266
Black with #F48266
Text Example
Text Example
White with #F48266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48266; }
p { color: rgb(244,130,102); }
H1.HeaderClassName
{
color: #F48266;
}
.AnyTagClassName
{
color: #F48266;
}
</style>
background-color css
<style>
a { background-color: #F48266; }
a { background-color: rgb(244,130,102); }
div.DivClassName
{
background-color: #F48266;
}
.BgClassName
{
background-color: #F48266;
}
</style>
border-color css
<style>
span { border-color: #F48266; }
span { border-color: rgb(244,130,102); }
td.TdClassName
{
border-color: #F48266;
}
.TagClassName
{
border-color: #F48266;
}
</style>