Shades of Light Salmon #FD9C7A
Tints of Light Salmon #FD9C7A
RGB
CMYK
RGB Variations
Color information
#FD9C7A (or 0xFD9C7A) is known color: Light Salmon. HEX triplet: FD, 9C and 7A. RGB value is (253,156,122). Sum of RGB (Red+Green+Blue) = 253+156+122=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9C7A is #026385. Grayscale: #B5B5B5. Windows color (decimal): -156550 or 8035581. OLE color: 8035581.
HSL color Cylindrical-coordinate representation of color #FD9C7A: hue angle of 15.57º 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 #FD9C7A is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 156 | 122 | - |
CMYK | 0 | 0.38 | 0.52 | 0.01 |
HSL | 15.57º | 0.97% | 0.74% | - |
HSV(B) | 15.57º | 0.52% | 0.99% | - |
XYZ | 55.91 | 46.06 | 24.36 | - |
YUV | 181.13 | 94.64 | 179.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 156 | 122 | 0 | 0.38 | 0.52 | 0.01 | 15.57 | 0.97 | 0.74 |
Hex | FD | 9C | 7A | 0 | 26 | 34 | 1 | 10 | 61 | 4A |
Octal | 375 | 234 | 172 | 0 | 46 | 64 | 1 | 20 | 141 | 112 |
Binary | 11111101 | 10011100 | 1111010 | 0 | 100110 | 110100 | 1 | 10000 | 1100001 | 1001010 |
Color Harmonies of #FD9C7A
Complementary color
Monochromatic Colors of #FD9C7A
Black with #FD9C7A
Text Example
Text Example
White with #FD9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9C7A; }
p { color: rgb(253,156,122); }
H1.HeaderClassName
{
color: #FD9C7A;
}
.AnyTagClassName
{
color: #FD9C7A;
}
</style>
background-color css
<style>
a { background-color: #FD9C7A; }
a { background-color: rgb(253,156,122); }
div.DivClassName
{
background-color: #FD9C7A;
}
.BgClassName
{
background-color: #FD9C7A;
}
</style>
border-color css
<style>
span { border-color: #FD9C7A; }
span { border-color: rgb(253,156,122); }
td.TdClassName
{
border-color: #FD9C7A;
}
.TagClassName
{
border-color: #FD9C7A;
}
</style>