Shades of Light Salmon #FFA37B
Tints of Light Salmon #FFA37B
RGB
CMYK
RGB Variations
Color information
#FFA37B (or 0xFFA37B) is known color: Light Salmon. HEX triplet: FF, A3 and 7B. RGB value is (255,163,123). Sum of RGB (Red+Green+Blue) = 255+163+123=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA37B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA37B is #005C84. Grayscale: #BABABA. Windows color (decimal): -23685 or 8102911. OLE color: 8102911.
HSL color Cylindrical-coordinate representation of color #FFA37B: hue angle of 18.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFA37B is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 123 | - |
| CMYK | 0 | 0.36 | 0.52 | 0 |
| HSL | 18.18º | 1% | 0.74% | - |
| HSV(B) | 18.18º | 0.52% | 1% | - |
| XYZ | 57.91 | 48.88 | 25.12 | - |
| YUV | 185.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 123 | 0 | 0.36 | 0.52 | 0 | 18.18 | 1 | 0.74 |
| Hex | FF | A3 | 7B | 0 | 24 | 34 | 0 | 12 | 64 | 4A |
| Octal | 377 | 243 | 173 | 0 | 44 | 64 | 0 | 22 | 144 | 112 |
| Binary | 11111111 | 10100011 | 1111011 | 0 | 100100 | 110100 | 0 | 10010 | 1100100 | 1001010 |
Color Harmonies of #FFA37B
Complementary color
Monochromatic Colors of #FFA37B
Black with #FFA37B
Text Example
Text Example
White with #FFA37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA37B; }
p { color: rgb(255,163,123); }
H1.HeaderClassName
{
color: #FFA37B;
}
.AnyTagClassName
{
color: #FFA37B;
}
</style>
background-color css
<style>
a { background-color: #FFA37B; }
a { background-color: rgb(255,163,123); }
div.DivClassName
{
background-color: #FFA37B;
}
.BgClassName
{
background-color: #FFA37B;
}
</style>
border-color css
<style>
span { border-color: #FFA37B; }
span { border-color: rgb(255,163,123); }
td.TdClassName
{
border-color: #FFA37B;
}
.TagClassName
{
border-color: #FFA37B;
}
</style>