Shades of Salmon #F4826A
Tints of Salmon #F4826A
RGB
CMYK
RGB Variations
Color information
#F4826A (or 0xF4826A) is known color: Salmon. HEX triplet: F4, 82 and 6A. RGB value is (244,130,106). Sum of RGB (Red+Green+Blue) = 244+130+106=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F4826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4826A is #0B7D95. Grayscale: #A1A1A1. Windows color (decimal): -753046 or 6980340. OLE color: 6980340.
HSL color Cylindrical-coordinate representation of color #F4826A: hue angle of 10.43º 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 #F4826A is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 106 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.04 |
| HSL | 10.43º | 0.86% | 0.69% | - |
| HSV(B) | 10.43º | 0.57% | 0.96% | - |
| XYZ | 47.89 | 36.24 | 18.11 | - |
| YUV | 161.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 106 | 0 | 0.47 | 0.57 | 0.04 | 10.43 | 0.86 | 0.69 |
| Hex | F4 | 82 | 6A | 0 | 2F | 39 | 4 | A | 56 | 45 |
| Octal | 364 | 202 | 152 | 0 | 57 | 71 | 4 | 12 | 126 | 105 |
| Binary | 11110100 | 10000010 | 1101010 | 0 | 101111 | 111001 | 100 | 1010 | 1010110 | 1000101 |
Color Harmonies of #F4826A
Complementary color
Monochromatic Colors of #F4826A
Black with #F4826A
Text Example
Text Example
White with #F4826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4826A; }
p { color: rgb(244,130,106); }
H1.HeaderClassName
{
color: #F4826A;
}
.AnyTagClassName
{
color: #F4826A;
}
</style>
background-color css
<style>
a { background-color: #F4826A; }
a { background-color: rgb(244,130,106); }
div.DivClassName
{
background-color: #F4826A;
}
.BgClassName
{
background-color: #F4826A;
}
</style>
border-color css
<style>
span { border-color: #F4826A; }
span { border-color: rgb(244,130,106); }
td.TdClassName
{
border-color: #F4826A;
}
.TagClassName
{
border-color: #F4826A;
}
</style>