Shades of Salmon #F9827B
Tints of Salmon #F9827B
RGB
CMYK
RGB Variations
Color information
#F9827B (or 0xF9827B) is known color: Salmon. HEX triplet: F9, 82 and 7B. RGB value is (249,130,123). Sum of RGB (Red+Green+Blue) = 249+130+123=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9827B is #067D84. Grayscale: #A4A4A4. Windows color (decimal): -425349 or 8094457. OLE color: 8094457.
HSL color Cylindrical-coordinate representation of color #F9827B: hue angle of 3.33º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9827B is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 123 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.02 |
| HSL | 3.33º | 0.91% | 0.73% | - |
| HSV(B) | 3.33º | 0.51% | 0.98% | - |
| XYZ | 50.62 | 37.54 | 23.32 | - |
| YUV | 164.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 123 | 0 | 0.48 | 0.51 | 0.02 | 3.33 | 0.91 | 0.73 |
| Hex | F9 | 82 | 7B | 0 | 30 | 33 | 2 | 3 | 5B | 49 |
| Octal | 371 | 202 | 173 | 0 | 60 | 63 | 2 | 3 | 133 | 111 |
| Binary | 11111001 | 10000010 | 1111011 | 0 | 110000 | 110011 | 10 | 11 | 1011011 | 1001001 |
Color Harmonies of #F9827B
Complementary color
Monochromatic Colors of #F9827B
Black with #F9827B
Text Example
Text Example
White with #F9827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9827B; }
p { color: rgb(249,130,123); }
H1.HeaderClassName
{
color: #F9827B;
}
.AnyTagClassName
{
color: #F9827B;
}
</style>
background-color css
<style>
a { background-color: #F9827B; }
a { background-color: rgb(249,130,123); }
div.DivClassName
{
background-color: #F9827B;
}
.BgClassName
{
background-color: #F9827B;
}
</style>
border-color css
<style>
span { border-color: #F9827B; }
span { border-color: rgb(249,130,123); }
td.TdClassName
{
border-color: #F9827B;
}
.TagClassName
{
border-color: #F9827B;
}
</style>