Shades of Light Salmon #FDA57B
Tints of Light Salmon #FDA57B
RGB
CMYK
RGB Variations
Color information
#FDA57B (or 0xFDA57B) is known color: Light Salmon. HEX triplet: FD, A5 and 7B. RGB value is (253,165,123). Sum of RGB (Red+Green+Blue) = 253+165+123=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA57B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA57B is #025A84. Grayscale: #BABABA. Windows color (decimal): -154245 or 8103421. OLE color: 8103421.
HSL color Cylindrical-coordinate representation of color #FDA57B: hue angle of 19.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDA57B is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 123 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.01 |
| HSL | 19.38º | 0.97% | 0.74% | - |
| HSV(B) | 19.38º | 0.51% | 0.99% | - |
| XYZ | 57.54 | 49.22 | 25.21 | - |
| YUV | 186.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 123 | 0 | 0.35 | 0.51 | 0.01 | 19.38 | 0.97 | 0.74 |
| Hex | FD | A5 | 7B | 0 | 23 | 33 | 1 | 13 | 61 | 4A |
| Octal | 375 | 245 | 173 | 0 | 43 | 63 | 1 | 23 | 141 | 112 |
| Binary | 11111101 | 10100101 | 1111011 | 0 | 100011 | 110011 | 1 | 10011 | 1100001 | 1001010 |
Color Harmonies of #FDA57B
Complementary color
Monochromatic Colors of #FDA57B
Black with #FDA57B
Text Example
Text Example
White with #FDA57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA57B; }
p { color: rgb(253,165,123); }
H1.HeaderClassName
{
color: #FDA57B;
}
.AnyTagClassName
{
color: #FDA57B;
}
</style>
background-color css
<style>
a { background-color: #FDA57B; }
a { background-color: rgb(253,165,123); }
div.DivClassName
{
background-color: #FDA57B;
}
.BgClassName
{
background-color: #FDA57B;
}
</style>
border-color css
<style>
span { border-color: #FDA57B; }
span { border-color: rgb(253,165,123); }
td.TdClassName
{
border-color: #FDA57B;
}
.TagClassName
{
border-color: #FDA57B;
}
</style>