Shades of Light Salmon #FBA67B
Tints of Light Salmon #FBA67B
RGB
CMYK
RGB Variations
Color information
#FBA67B (or 0xFBA67B) is known color: Light Salmon. HEX triplet: FB, A6 and 7B. RGB value is (251,166,123). Sum of RGB (Red+Green+Blue) = 251+166+123=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA67B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA67B is #045984. Grayscale: #BABABA. Windows color (decimal): -285061 or 8103675. OLE color: 8103675.
HSL color Cylindrical-coordinate representation of color #FBA67B: hue angle of 20.16º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBA67B is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 123 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.02 |
| HSL | 20.16º | 0.94% | 0.73% | - |
| HSV(B) | 20.16º | 0.51% | 0.98% | - |
| XYZ | 57 | 49.21 | 25.23 | - |
| YUV | 186.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 123 | 0 | 0.34 | 0.51 | 0.02 | 20.16 | 0.94 | 0.73 |
| Hex | FB | A6 | 7B | 0 | 22 | 33 | 2 | 14 | 5E | 49 |
| Octal | 373 | 246 | 173 | 0 | 42 | 63 | 2 | 24 | 136 | 111 |
| Binary | 11111011 | 10100110 | 1111011 | 0 | 100010 | 110011 | 10 | 10100 | 1011110 | 1001001 |
Color Harmonies of #FBA67B
Complementary color
Monochromatic Colors of #FBA67B
Black with #FBA67B
Text Example
Text Example
White with #FBA67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA67B; }
p { color: rgb(251,166,123); }
H1.HeaderClassName
{
color: #FBA67B;
}
.AnyTagClassName
{
color: #FBA67B;
}
</style>
background-color css
<style>
a { background-color: #FBA67B; }
a { background-color: rgb(251,166,123); }
div.DivClassName
{
background-color: #FBA67B;
}
.BgClassName
{
background-color: #FBA67B;
}
</style>
border-color css
<style>
span { border-color: #FBA67B; }
span { border-color: rgb(251,166,123); }
td.TdClassName
{
border-color: #FBA67B;
}
.TagClassName
{
border-color: #FBA67B;
}
</style>