Shades of Salmon #FB8367
Tints of Salmon #FB8367
RGB
CMYK
RGB Variations
Color information
#FB8367 (or 0xFB8367) is known color: Salmon. HEX triplet: FB, 83 and 67. RGB value is (251,131,103). Sum of RGB (Red+Green+Blue) = 251+131+103=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8367 is #047C98. Grayscale: #A3A3A3. Windows color (decimal): -294041 or 6783995. OLE color: 6783995.
HSL color Cylindrical-coordinate representation of color #FB8367: hue angle of 11.35º degrees, saturation: 0.95, 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 #FB8367 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 103 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.02 |
| HSL | 11.35º | 0.95% | 0.69% | - |
| HSV(B) | 11.35º | 0.59% | 0.98% | - |
| XYZ | 50.35 | 37.72 | 17.46 | - |
| YUV | 163.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 103 | 0 | 0.48 | 0.59 | 0.02 | 11.35 | 0.95 | 0.69 |
| Hex | FB | 83 | 67 | 0 | 30 | 3B | 2 | B | 5F | 45 |
| Octal | 373 | 203 | 147 | 0 | 60 | 73 | 2 | 13 | 137 | 105 |
| Binary | 11111011 | 10000011 | 1100111 | 0 | 110000 | 111011 | 10 | 1011 | 1011111 | 1000101 |
Color Harmonies of #FB8367
Complementary color
Monochromatic Colors of #FB8367
Black with #FB8367
Text Example
Text Example
White with #FB8367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8367; }
p { color: rgb(251,131,103); }
H1.HeaderClassName
{
color: #FB8367;
}
.AnyTagClassName
{
color: #FB8367;
}
</style>
background-color css
<style>
a { background-color: #FB8367; }
a { background-color: rgb(251,131,103); }
div.DivClassName
{
background-color: #FB8367;
}
.BgClassName
{
background-color: #FB8367;
}
</style>
border-color css
<style>
span { border-color: #FB8367; }
span { border-color: rgb(251,131,103); }
td.TdClassName
{
border-color: #FB8367;
}
.TagClassName
{
border-color: #FB8367;
}
</style>