Shades of Salmon #F8806C
Tints of Salmon #F8806C
RGB
CMYK
RGB Variations
Color information
#F8806C (or 0xF8806C) is known color: Salmon. HEX triplet: F8, 80 and 6C. RGB value is (248,128,108). Sum of RGB (Red+Green+Blue) = 248+128+108=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8806C is #077F93. Grayscale: #A1A1A1. Windows color (decimal): -491412 or 7110904. OLE color: 7110904.
HSL color Cylindrical-coordinate representation of color #F8806C: hue angle of 8.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8806C is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 108 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.03 |
| HSL | 8.57º | 0.91% | 0.7% | - |
| HSV(B) | 8.57º | 0.56% | 0.97% | - |
| XYZ | 49.14 | 36.48 | 18.64 | - |
| YUV | 161.6 | 97.76 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 108 | 0 | 0.48 | 0.56 | 0.03 | 8.57 | 0.91 | 0.7 |
| Hex | F8 | 80 | 6C | 0 | 30 | 38 | 3 | 9 | 5B | 46 |
| Octal | 370 | 200 | 154 | 0 | 60 | 70 | 3 | 11 | 133 | 106 |
| Binary | 11111000 | 10000000 | 1101100 | 0 | 110000 | 111000 | 11 | 1001 | 1011011 | 1000110 |
Color Harmonies of #F8806C
Complementary color
Monochromatic Colors of #F8806C
Black with #F8806C
Text Example
Text Example
White with #F8806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8806C; }
p { color: rgb(248,128,108); }
H1.HeaderClassName
{
color: #F8806C;
}
.AnyTagClassName
{
color: #F8806C;
}
</style>
background-color css
<style>
a { background-color: #F8806C; }
a { background-color: rgb(248,128,108); }
div.DivClassName
{
background-color: #F8806C;
}
.BgClassName
{
background-color: #F8806C;
}
</style>
border-color css
<style>
span { border-color: #F8806C; }
span { border-color: rgb(248,128,108); }
td.TdClassName
{
border-color: #F8806C;
}
.TagClassName
{
border-color: #F8806C;
}
</style>