Shades of Salmon #F97B68
Tints of Salmon #F97B68
RGB
CMYK
RGB Variations
Color information
#F97B68 (or 0xF97B68) is known color: Salmon. HEX triplet: F9, 7B and 68. RGB value is (249,123,104). Sum of RGB (Red+Green+Blue) = 249+123+104=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97B68 is #068497. Grayscale: #9E9E9E. Windows color (decimal): -427160 or 6847481. OLE color: 6847481.
HSL color Cylindrical-coordinate representation of color #F97B68: hue angle of 7.86º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F97B68 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 104 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.02 |
| HSL | 7.86º | 0.92% | 0.69% | - |
| HSV(B) | 7.86º | 0.58% | 0.98% | - |
| XYZ | 48.65 | 35.31 | 17.35 | - |
| YUV | 158.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 104 | 0 | 0.51 | 0.58 | 0.02 | 7.86 | 0.92 | 0.69 |
| Hex | F9 | 7B | 68 | 0 | 33 | 3A | 2 | 8 | 5C | 45 |
| Octal | 371 | 173 | 150 | 0 | 63 | 72 | 2 | 10 | 134 | 105 |
| Binary | 11111001 | 1111011 | 1101000 | 0 | 110011 | 111010 | 10 | 1000 | 1011100 | 1000101 |
Color Harmonies of #F97B68
Complementary color
Monochromatic Colors of #F97B68
Black with #F97B68
Text Example
Text Example
White with #F97B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97B68; }
p { color: rgb(249,123,104); }
H1.HeaderClassName
{
color: #F97B68;
}
.AnyTagClassName
{
color: #F97B68;
}
</style>
background-color css
<style>
a { background-color: #F97B68; }
a { background-color: rgb(249,123,104); }
div.DivClassName
{
background-color: #F97B68;
}
.BgClassName
{
background-color: #F97B68;
}
</style>
border-color css
<style>
span { border-color: #F97B68; }
span { border-color: rgb(249,123,104); }
td.TdClassName
{
border-color: #F97B68;
}
.TagClassName
{
border-color: #F97B68;
}
</style>