Shades of Light Salmon #FDA27D
Tints of Light Salmon #FDA27D
RGB
CMYK
RGB Variations
Color information
#FDA27D (or 0xFDA27D) is known color: Light Salmon. HEX triplet: FD, A2 and 7D. RGB value is (253,162,125). Sum of RGB (Red+Green+Blue) = 253+162+125=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA27D is #025D82. Grayscale: #B9B9B9. Windows color (decimal): -155011 or 8233725. OLE color: 8233725.
HSL color Cylindrical-coordinate representation of color #FDA27D: hue angle of 17.34º 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 #FDA27D is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 125 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.01 |
| HSL | 17.34º | 0.97% | 0.74% | - |
| HSV(B) | 17.34º | 0.51% | 0.99% | - |
| XYZ | 57.13 | 48.2 | 25.7 | - |
| YUV | 184.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 125 | 0 | 0.36 | 0.51 | 0.01 | 17.34 | 0.97 | 0.74 |
| Hex | FD | A2 | 7D | 0 | 24 | 33 | 1 | 11 | 61 | 4A |
| Octal | 375 | 242 | 175 | 0 | 44 | 63 | 1 | 21 | 141 | 112 |
| Binary | 11111101 | 10100010 | 1111101 | 0 | 100100 | 110011 | 1 | 10001 | 1100001 | 1001010 |
Color Harmonies of #FDA27D
Complementary color
Monochromatic Colors of #FDA27D
Black with #FDA27D
Text Example
Text Example
White with #FDA27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA27D; }
p { color: rgb(253,162,125); }
H1.HeaderClassName
{
color: #FDA27D;
}
.AnyTagClassName
{
color: #FDA27D;
}
</style>
background-color css
<style>
a { background-color: #FDA27D; }
a { background-color: rgb(253,162,125); }
div.DivClassName
{
background-color: #FDA27D;
}
.BgClassName
{
background-color: #FDA27D;
}
</style>
border-color css
<style>
span { border-color: #FDA27D; }
span { border-color: rgb(253,162,125); }
td.TdClassName
{
border-color: #FDA27D;
}
.TagClassName
{
border-color: #FDA27D;
}
</style>