Shades of Salmon #F4816A
Tints of Salmon #F4816A
RGB
CMYK
RGB Variations
Color information
#F4816A (or 0xF4816A) is known color: Salmon. HEX triplet: F4, 81 and 6A. RGB value is (244,129,106). Sum of RGB (Red+Green+Blue) = 244+129+106=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F4816A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4816A is #0B7E95. Grayscale: #A0A0A0. Windows color (decimal): -753302 or 6980084. OLE color: 6980084.
HSL color Cylindrical-coordinate representation of color #F4816A: hue angle of 10º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4816A is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 106 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.04 |
| HSL | 10º | 0.86% | 0.69% | - |
| HSV(B) | 10º | 0.57% | 0.96% | - |
| XYZ | 47.76 | 35.97 | 18.06 | - |
| YUV | 160.76 | 97.1 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 106 | 0 | 0.47 | 0.57 | 0.04 | 10 | 0.86 | 0.69 |
| Hex | F4 | 81 | 6A | 0 | 2F | 39 | 4 | A | 56 | 45 |
| Octal | 364 | 201 | 152 | 0 | 57 | 71 | 4 | 12 | 126 | 105 |
| Binary | 11110100 | 10000001 | 1101010 | 0 | 101111 | 111001 | 100 | 1010 | 1010110 | 1000101 |
Color Harmonies of #F4816A
Complementary color
Monochromatic Colors of #F4816A
Black with #F4816A
Text Example
Text Example
White with #F4816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4816A; }
p { color: rgb(244,129,106); }
H1.HeaderClassName
{
color: #F4816A;
}
.AnyTagClassName
{
color: #F4816A;
}
</style>
background-color css
<style>
a { background-color: #F4816A; }
a { background-color: rgb(244,129,106); }
div.DivClassName
{
background-color: #F4816A;
}
.BgClassName
{
background-color: #F4816A;
}
</style>
border-color css
<style>
span { border-color: #F4816A; }
span { border-color: rgb(244,129,106); }
td.TdClassName
{
border-color: #F4816A;
}
.TagClassName
{
border-color: #F4816A;
}
</style>