Shades of Light Salmon #FDA27A
Tints of Light Salmon #FDA27A
RGB
CMYK
RGB Variations
Color information
#FDA27A (or 0xFDA27A) is known color: Light Salmon. HEX triplet: FD, A2 and 7A. RGB value is (253,162,122). Sum of RGB (Red+Green+Blue) = 253+162+122=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA27A is #025D85. Grayscale: #B8B8B8. Windows color (decimal): -155014 or 8037117. OLE color: 8037117.
HSL color Cylindrical-coordinate representation of color #FDA27A: hue angle of 18.32º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDA27A is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 122 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.01 |
| HSL | 18.32º | 0.97% | 0.74% | - |
| HSV(B) | 18.32º | 0.52% | 0.99% | - |
| XYZ | 56.94 | 48.13 | 24.7 | - |
| YUV | 184.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 122 | 0 | 0.36 | 0.52 | 0.01 | 18.32 | 0.97 | 0.74 |
| Hex | FD | A2 | 7A | 0 | 24 | 34 | 1 | 12 | 61 | 4A |
| Octal | 375 | 242 | 172 | 0 | 44 | 64 | 1 | 22 | 141 | 112 |
| Binary | 11111101 | 10100010 | 1111010 | 0 | 100100 | 110100 | 1 | 10010 | 1100001 | 1001010 |
Color Harmonies of #FDA27A
Complementary color
Monochromatic Colors of #FDA27A
Black with #FDA27A
Text Example
Text Example
White with #FDA27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA27A; }
p { color: rgb(253,162,122); }
H1.HeaderClassName
{
color: #FDA27A;
}
.AnyTagClassName
{
color: #FDA27A;
}
</style>
background-color css
<style>
a { background-color: #FDA27A; }
a { background-color: rgb(253,162,122); }
div.DivClassName
{
background-color: #FDA27A;
}
.BgClassName
{
background-color: #FDA27A;
}
</style>
border-color css
<style>
span { border-color: #FDA27A; }
span { border-color: rgb(253,162,122); }
td.TdClassName
{
border-color: #FDA27A;
}
.TagClassName
{
border-color: #FDA27A;
}
</style>