Shades of Salmon #F67874
Tints of Salmon #F67874
RGB
CMYK
RGB Variations
Color information
#F67874 (or 0xF67874) is known color: Salmon. HEX triplet: F6, 78 and 74. RGB value is (246,120,116). Sum of RGB (Red+Green+Blue) = 246+120+116=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F67874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67874 is #09878B. Grayscale: #9D9D9D. Windows color (decimal): -624524 or 7633142. OLE color: 7633142.
HSL color Cylindrical-coordinate representation of color #F67874: hue angle of 1.85º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67874 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 120 | 116 | - |
CMYK | 0 | 0.51 | 0.53 | 0.04 |
HSL | 1.85º | 0.88% | 0.71% | - |
HSV(B) | 1.85º | 0.53% | 0.96% | - |
XYZ | 47.87 | 34.29 | 20.62 | - |
YUV | 157.22 | 104.74 | 191.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 120 | 116 | 0 | 0.51 | 0.53 | 0.04 | 1.85 | 0.88 | 0.71 |
Hex | F6 | 78 | 74 | 0 | 33 | 35 | 4 | 2 | 58 | 47 |
Octal | 366 | 170 | 164 | 0 | 63 | 65 | 4 | 2 | 130 | 107 |
Binary | 11110110 | 1111000 | 1110100 | 0 | 110011 | 110101 | 100 | 10 | 1011000 | 1000111 |
Color Harmonies of #F67874
Complementary color
Monochromatic Colors of #F67874
Black with #F67874
Text Example
Text Example
White with #F67874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67874; }
p { color: rgb(246,120,116); }
H1.HeaderClassName
{
color: #F67874;
}
.AnyTagClassName
{
color: #F67874;
}
</style>
background-color css
<style>
a { background-color: #F67874; }
a { background-color: rgb(246,120,116); }
div.DivClassName
{
background-color: #F67874;
}
.BgClassName
{
background-color: #F67874;
}
</style>
border-color css
<style>
span { border-color: #F67874; }
span { border-color: rgb(246,120,116); }
td.TdClassName
{
border-color: #F67874;
}
.TagClassName
{
border-color: #F67874;
}
</style>