Shades of Salmon #FF8378
Tints of Salmon #FF8378
RGB
CMYK
RGB Variations
Color information
#FF8378 (or 0xFF8378) is known color: Salmon. HEX triplet: FF, 83 and 78. RGB value is (255,131,120). Sum of RGB (Red+Green+Blue) = 255+131+120=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8378 is #007C87. Grayscale: #A6A6A6. Windows color (decimal): -31880 or 7898111. OLE color: 7898111.
HSL color Cylindrical-coordinate representation of color #FF8378: hue angle of 4.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8378 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 120 | - |
| CMYK | 0 | 0.49 | 0.53 | 0 |
| HSL | 4.89º | 1% | 0.74% | - |
| HSV(B) | 4.89º | 0.53% | 1% | - |
| XYZ | 52.75 | 38.85 | 22.49 | - |
| YUV | 166.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 120 | 0 | 0.49 | 0.53 | 0 | 4.89 | 1 | 0.74 |
| Hex | FF | 83 | 78 | 0 | 31 | 35 | 0 | 5 | 64 | 4A |
| Octal | 377 | 203 | 170 | 0 | 61 | 65 | 0 | 5 | 144 | 112 |
| Binary | 11111111 | 10000011 | 1111000 | 0 | 110001 | 110101 | 0 | 101 | 1100100 | 1001010 |
Color Harmonies of #FF8378
Complementary color
Monochromatic Colors of #FF8378
Black with #FF8378
Text Example
Text Example
White with #FF8378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8378; }
p { color: rgb(255,131,120); }
H1.HeaderClassName
{
color: #FF8378;
}
.AnyTagClassName
{
color: #FF8378;
}
</style>
background-color css
<style>
a { background-color: #FF8378; }
a { background-color: rgb(255,131,120); }
div.DivClassName
{
background-color: #FF8378;
}
.BgClassName
{
background-color: #FF8378;
}
</style>
border-color css
<style>
span { border-color: #FF8378; }
span { border-color: rgb(255,131,120); }
td.TdClassName
{
border-color: #FF8378;
}
.TagClassName
{
border-color: #FF8378;
}
</style>