Shades of Light Salmon #FBA67F
Tints of Light Salmon #FBA67F
RGB
CMYK
RGB Variations
Color information
#FBA67F (or 0xFBA67F) is known color: Light Salmon. HEX triplet: FB, A6 and 7F. RGB value is (251,166,127). Sum of RGB (Red+Green+Blue) = 251+166+127=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA67F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA67F is #045980. Grayscale: #BBBBBB. Windows color (decimal): -285057 or 8365819. OLE color: 8365819.
HSL color Cylindrical-coordinate representation of color #FBA67F: hue angle of 18.87º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBA67F is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 127 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.02 |
| HSL | 18.87º | 0.94% | 0.74% | - |
| HSV(B) | 18.87º | 0.49% | 0.98% | - |
| XYZ | 57.25 | 49.31 | 26.58 | - |
| YUV | 186.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 127 | 0 | 0.34 | 0.49 | 0.02 | 18.87 | 0.94 | 0.74 |
| Hex | FB | A6 | 7F | 0 | 22 | 31 | 2 | 13 | 5E | 4A |
| Octal | 373 | 246 | 177 | 0 | 42 | 61 | 2 | 23 | 136 | 112 |
| Binary | 11111011 | 10100110 | 1111111 | 0 | 100010 | 110001 | 10 | 10011 | 1011110 | 1001010 |
Color Harmonies of #FBA67F
Complementary color
Monochromatic Colors of #FBA67F
Black with #FBA67F
Text Example
Text Example
White with #FBA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA67F; }
p { color: rgb(251,166,127); }
H1.HeaderClassName
{
color: #FBA67F;
}
.AnyTagClassName
{
color: #FBA67F;
}
</style>
background-color css
<style>
a { background-color: #FBA67F; }
a { background-color: rgb(251,166,127); }
div.DivClassName
{
background-color: #FBA67F;
}
.BgClassName
{
background-color: #FBA67F;
}
</style>
border-color css
<style>
span { border-color: #FBA67F; }
span { border-color: rgb(251,166,127); }
td.TdClassName
{
border-color: #FBA67F;
}
.TagClassName
{
border-color: #FBA67F;
}
</style>