Shades of Salmon #FA8367
Tints of Salmon #FA8367
RGB
CMYK
RGB Variations
Color information
#FA8367 (or 0xFA8367) is known color: Salmon. HEX triplet: FA, 83 and 67. RGB value is (250,131,103). Sum of RGB (Red+Green+Blue) = 250+131+103=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8367 is #057C98. Grayscale: #A3A3A3. Windows color (decimal): -359577 or 6783994. OLE color: 6783994.
HSL color Cylindrical-coordinate representation of color #FA8367: hue angle of 11.43º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA8367 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 103 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.02 |
| HSL | 11.43º | 0.94% | 0.69% | - |
| HSV(B) | 11.43º | 0.59% | 0.98% | - |
| XYZ | 49.99 | 37.54 | 17.44 | - |
| YUV | 163.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 103 | 0 | 0.48 | 0.59 | 0.02 | 11.43 | 0.94 | 0.69 |
| Hex | FA | 83 | 67 | 0 | 30 | 3B | 2 | B | 5E | 45 |
| Octal | 372 | 203 | 147 | 0 | 60 | 73 | 2 | 13 | 136 | 105 |
| Binary | 11111010 | 10000011 | 1100111 | 0 | 110000 | 111011 | 10 | 1011 | 1011110 | 1000101 |
Color Harmonies of #FA8367
Complementary color
Monochromatic Colors of #FA8367
Black with #FA8367
Text Example
Text Example
White with #FA8367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8367; }
p { color: rgb(250,131,103); }
H1.HeaderClassName
{
color: #FA8367;
}
.AnyTagClassName
{
color: #FA8367;
}
</style>
background-color css
<style>
a { background-color: #FA8367; }
a { background-color: rgb(250,131,103); }
div.DivClassName
{
background-color: #FA8367;
}
.BgClassName
{
background-color: #FA8367;
}
</style>
border-color css
<style>
span { border-color: #FA8367; }
span { border-color: rgb(250,131,103); }
td.TdClassName
{
border-color: #FA8367;
}
.TagClassName
{
border-color: #FA8367;
}
</style>