Shades of Light Salmon #FBA67D
Tints of Light Salmon #FBA67D
RGB
CMYK
RGB Variations
Color information
#FBA67D (or 0xFBA67D) is known color: Light Salmon. HEX triplet: FB, A6 and 7D. RGB value is (251,166,125). Sum of RGB (Red+Green+Blue) = 251+166+125=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA67D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA67D is #045982. Grayscale: #BABABA. Windows color (decimal): -285059 or 8234747. OLE color: 8234747.
HSL color Cylindrical-coordinate representation of color #FBA67D: hue angle of 19.52º 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 #FBA67D is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 125 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.02 |
| HSL | 19.52º | 0.94% | 0.74% | - |
| HSV(B) | 19.52º | 0.5% | 0.98% | - |
| XYZ | 57.12 | 49.26 | 25.9 | - |
| YUV | 186.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 125 | 0 | 0.34 | 0.50 | 0.02 | 19.52 | 0.94 | 0.74 |
| Hex | FB | A6 | 7D | 0 | 22 | 32 | 2 | 14 | 5E | 4A |
| Octal | 373 | 246 | 175 | 0 | 42 | 62 | 2 | 24 | 136 | 112 |
| Binary | 11111011 | 10100110 | 1111101 | 0 | 100010 | 110010 | 10 | 10100 | 1011110 | 1001010 |
Color Harmonies of #FBA67D
Complementary color
Monochromatic Colors of #FBA67D
Black with #FBA67D
Text Example
Text Example
White with #FBA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA67D; }
p { color: rgb(251,166,125); }
H1.HeaderClassName
{
color: #FBA67D;
}
.AnyTagClassName
{
color: #FBA67D;
}
</style>
background-color css
<style>
a { background-color: #FBA67D; }
a { background-color: rgb(251,166,125); }
div.DivClassName
{
background-color: #FBA67D;
}
.BgClassName
{
background-color: #FBA67D;
}
</style>
border-color css
<style>
span { border-color: #FBA67D; }
span { border-color: rgb(251,166,125); }
td.TdClassName
{
border-color: #FBA67D;
}
.TagClassName
{
border-color: #FBA67D;
}
</style>