Shades of Light Salmon #FBA67E
Tints of Light Salmon #FBA67E
RGB
CMYK
RGB Variations
Color information
#FBA67E (or 0xFBA67E) is known color: Light Salmon. HEX triplet: FB, A6 and 7E. RGB value is (251,166,126). Sum of RGB (Red+Green+Blue) = 251+166+126=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA67E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA67E is #045981. Grayscale: #BBBBBB. Windows color (decimal): -285058 or 8300283. OLE color: 8300283.
HSL color Cylindrical-coordinate representation of color #FBA67E: hue angle of 19.2º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBA67E is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 126 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.02 |
| HSL | 19.2º | 0.94% | 0.74% | - |
| HSV(B) | 19.2º | 0.5% | 0.98% | - |
| XYZ | 57.19 | 49.29 | 26.24 | - |
| YUV | 186.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 126 | 0 | 0.34 | 0.50 | 0.02 | 19.2 | 0.94 | 0.74 |
| Hex | FB | A6 | 7E | 0 | 22 | 32 | 2 | 13 | 5E | 4A |
| Octal | 373 | 246 | 176 | 0 | 42 | 62 | 2 | 23 | 136 | 112 |
| Binary | 11111011 | 10100110 | 1111110 | 0 | 100010 | 110010 | 10 | 10011 | 1011110 | 1001010 |
Color Harmonies of #FBA67E
Complementary color
Monochromatic Colors of #FBA67E
Black with #FBA67E
Text Example
Text Example
White with #FBA67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA67E; }
p { color: rgb(251,166,126); }
H1.HeaderClassName
{
color: #FBA67E;
}
.AnyTagClassName
{
color: #FBA67E;
}
</style>
background-color css
<style>
a { background-color: #FBA67E; }
a { background-color: rgb(251,166,126); }
div.DivClassName
{
background-color: #FBA67E;
}
.BgClassName
{
background-color: #FBA67E;
}
</style>
border-color css
<style>
span { border-color: #FBA67E; }
span { border-color: rgb(251,166,126); }
td.TdClassName
{
border-color: #FBA67E;
}
.TagClassName
{
border-color: #FBA67E;
}
</style>