Shades of Light Salmon #FBA378
Tints of Light Salmon #FBA378
RGB
CMYK
RGB Variations
Color information
#FBA378 (or 0xFBA378) is known color: Light Salmon. HEX triplet: FB, A3 and 78. RGB value is (251,163,120). Sum of RGB (Red+Green+Blue) = 251+163+120=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA378 is #045C87. Grayscale: #B8B8B8. Windows color (decimal): -285832 or 7906299. OLE color: 7906299.
HSL color Cylindrical-coordinate representation of color #FBA378: hue angle of 19.69º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBA378 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 120 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.02 |
| HSL | 19.69º | 0.94% | 0.73% | - |
| HSV(B) | 19.69º | 0.52% | 0.98% | - |
| XYZ | 56.27 | 48.06 | 24.08 | - |
| YUV | 184.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 120 | 0 | 0.35 | 0.52 | 0.02 | 19.69 | 0.94 | 0.73 |
| Hex | FB | A3 | 78 | 0 | 23 | 34 | 2 | 14 | 5E | 49 |
| Octal | 373 | 243 | 170 | 0 | 43 | 64 | 2 | 24 | 136 | 111 |
| Binary | 11111011 | 10100011 | 1111000 | 0 | 100011 | 110100 | 10 | 10100 | 1011110 | 1001001 |
Color Harmonies of #FBA378
Complementary color
Monochromatic Colors of #FBA378
Black with #FBA378
Text Example
Text Example
White with #FBA378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA378; }
p { color: rgb(251,163,120); }
H1.HeaderClassName
{
color: #FBA378;
}
.AnyTagClassName
{
color: #FBA378;
}
</style>
background-color css
<style>
a { background-color: #FBA378; }
a { background-color: rgb(251,163,120); }
div.DivClassName
{
background-color: #FBA378;
}
.BgClassName
{
background-color: #FBA378;
}
</style>
border-color css
<style>
span { border-color: #FBA378; }
span { border-color: rgb(251,163,120); }
td.TdClassName
{
border-color: #FBA378;
}
.TagClassName
{
border-color: #FBA378;
}
</style>