Shades of Salmon #FB8369
Tints of Salmon #FB8369
RGB
CMYK
RGB Variations
Color information
#FB8369 (or 0xFB8369) is known color: Salmon. HEX triplet: FB, 83 and 69. RGB value is (251,131,105). Sum of RGB (Red+Green+Blue) = 251+131+105=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8369 is #047C96. Grayscale: #A4A4A4. Windows color (decimal): -294039 or 6915067. OLE color: 6915067.
HSL color Cylindrical-coordinate representation of color #FB8369: hue angle of 10.68º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB8369 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 105 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.02 |
| HSL | 10.68º | 0.95% | 0.7% | - |
| HSV(B) | 10.68º | 0.58% | 0.98% | - |
| XYZ | 50.45 | 37.76 | 17.99 | - |
| YUV | 163.92 | 94.76 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 105 | 0 | 0.48 | 0.58 | 0.02 | 10.68 | 0.95 | 0.7 |
| Hex | FB | 83 | 69 | 0 | 30 | 3A | 2 | B | 5F | 46 |
| Octal | 373 | 203 | 151 | 0 | 60 | 72 | 2 | 13 | 137 | 106 |
| Binary | 11111011 | 10000011 | 1101001 | 0 | 110000 | 111010 | 10 | 1011 | 1011111 | 1000110 |
Color Harmonies of #FB8369
Complementary color
Monochromatic Colors of #FB8369
Black with #FB8369
Text Example
Text Example
White with #FB8369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8369; }
p { color: rgb(251,131,105); }
H1.HeaderClassName
{
color: #FB8369;
}
.AnyTagClassName
{
color: #FB8369;
}
</style>
background-color css
<style>
a { background-color: #FB8369; }
a { background-color: rgb(251,131,105); }
div.DivClassName
{
background-color: #FB8369;
}
.BgClassName
{
background-color: #FB8369;
}
</style>
border-color css
<style>
span { border-color: #FB8369; }
span { border-color: rgb(251,131,105); }
td.TdClassName
{
border-color: #FB8369;
}
.TagClassName
{
border-color: #FB8369;
}
</style>