Shades of Salmon #F8827B
Tints of Salmon #F8827B
RGB
CMYK
RGB Variations
Color information
#F8827B (or 0xF8827B) is known color: Salmon. HEX triplet: F8, 82 and 7B. RGB value is (248,130,123). Sum of RGB (Red+Green+Blue) = 248+130+123=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8827B is #077D84. Grayscale: #A4A4A4. Windows color (decimal): -490885 or 8094456. OLE color: 8094456.
HSL color Cylindrical-coordinate representation of color #F8827B: hue angle of 3.36º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8827B is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 123 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.03 |
| HSL | 3.36º | 0.9% | 0.73% | - |
| HSV(B) | 3.36º | 0.5% | 0.97% | - |
| XYZ | 50.27 | 37.35 | 23.3 | - |
| YUV | 164.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 123 | 0 | 0.48 | 0.50 | 0.03 | 3.36 | 0.9 | 0.73 |
| Hex | F8 | 82 | 7B | 0 | 30 | 32 | 3 | 3 | 5A | 49 |
| Octal | 370 | 202 | 173 | 0 | 60 | 62 | 3 | 3 | 132 | 111 |
| Binary | 11111000 | 10000010 | 1111011 | 0 | 110000 | 110010 | 11 | 11 | 1011010 | 1001001 |
Color Harmonies of #F8827B
Complementary color
Monochromatic Colors of #F8827B
Black with #F8827B
Text Example
Text Example
White with #F8827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8827B; }
p { color: rgb(248,130,123); }
H1.HeaderClassName
{
color: #F8827B;
}
.AnyTagClassName
{
color: #F8827B;
}
</style>
background-color css
<style>
a { background-color: #F8827B; }
a { background-color: rgb(248,130,123); }
div.DivClassName
{
background-color: #F8827B;
}
.BgClassName
{
background-color: #F8827B;
}
</style>
border-color css
<style>
span { border-color: #F8827B; }
span { border-color: rgb(248,130,123); }
td.TdClassName
{
border-color: #F8827B;
}
.TagClassName
{
border-color: #F8827B;
}
</style>