Shades of Light Salmon #FBA57F
Tints of Light Salmon #FBA57F
RGB
CMYK
RGB Variations
Color information
#FBA57F (or 0xFBA57F) is known color: Light Salmon. HEX triplet: FB, A5 and 7F. RGB value is (251,165,127). Sum of RGB (Red+Green+Blue) = 251+165+127=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA57F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA57F is #045A80. Grayscale: #BABABA. Windows color (decimal): -285313 or 8365563. OLE color: 8365563.
HSL color Cylindrical-coordinate representation of color #FBA57F: hue angle of 18.39º 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 #FBA57F is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 127 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.02 |
| HSL | 18.39º | 0.94% | 0.74% | - |
| HSV(B) | 18.39º | 0.49% | 0.98% | - |
| XYZ | 57.07 | 48.95 | 26.52 | - |
| YUV | 186.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 127 | 0 | 0.34 | 0.49 | 0.02 | 18.39 | 0.94 | 0.74 |
| Hex | FB | A5 | 7F | 0 | 22 | 31 | 2 | 12 | 5E | 4A |
| Octal | 373 | 245 | 177 | 0 | 42 | 61 | 2 | 22 | 136 | 112 |
| Binary | 11111011 | 10100101 | 1111111 | 0 | 100010 | 110001 | 10 | 10010 | 1011110 | 1001010 |
Color Harmonies of #FBA57F
Complementary color
Monochromatic Colors of #FBA57F
Black with #FBA57F
Text Example
Text Example
White with #FBA57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA57F; }
p { color: rgb(251,165,127); }
H1.HeaderClassName
{
color: #FBA57F;
}
.AnyTagClassName
{
color: #FBA57F;
}
</style>
background-color css
<style>
a { background-color: #FBA57F; }
a { background-color: rgb(251,165,127); }
div.DivClassName
{
background-color: #FBA57F;
}
.BgClassName
{
background-color: #FBA57F;
}
</style>
border-color css
<style>
span { border-color: #FBA57F; }
span { border-color: rgb(251,165,127); }
td.TdClassName
{
border-color: #FBA57F;
}
.TagClassName
{
border-color: #FBA57F;
}
</style>