Shades of Light Salmon #FDA67D
Tints of Light Salmon #FDA67D
RGB
CMYK
RGB Variations
Color information
#FDA67D (or 0xFDA67D) is known color: Light Salmon. HEX triplet: FD, A6 and 7D. RGB value is (253,166,125). Sum of RGB (Red+Green+Blue) = 253+166+125=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA67D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA67D is #025982. Grayscale: #BBBBBB. Windows color (decimal): -153987 or 8234749. OLE color: 8234749.
HSL color Cylindrical-coordinate representation of color #FDA67D: hue angle of 19.22º 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 #FDA67D is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 125 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.01 |
| HSL | 19.22º | 0.97% | 0.74% | - |
| HSV(B) | 19.22º | 0.51% | 0.99% | - |
| XYZ | 57.85 | 49.64 | 25.93 | - |
| YUV | 187.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 125 | 0 | 0.34 | 0.51 | 0.01 | 19.22 | 0.97 | 0.74 |
| Hex | FD | A6 | 7D | 0 | 22 | 33 | 1 | 13 | 61 | 4A |
| Octal | 375 | 246 | 175 | 0 | 42 | 63 | 1 | 23 | 141 | 112 |
| Binary | 11111101 | 10100110 | 1111101 | 0 | 100010 | 110011 | 1 | 10011 | 1100001 | 1001010 |
Color Harmonies of #FDA67D
Complementary color
Monochromatic Colors of #FDA67D
Black with #FDA67D
Text Example
Text Example
White with #FDA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA67D; }
p { color: rgb(253,166,125); }
H1.HeaderClassName
{
color: #FDA67D;
}
.AnyTagClassName
{
color: #FDA67D;
}
</style>
background-color css
<style>
a { background-color: #FDA67D; }
a { background-color: rgb(253,166,125); }
div.DivClassName
{
background-color: #FDA67D;
}
.BgClassName
{
background-color: #FDA67D;
}
</style>
border-color css
<style>
span { border-color: #FDA67D; }
span { border-color: rgb(253,166,125); }
td.TdClassName
{
border-color: #FDA67D;
}
.TagClassName
{
border-color: #FDA67D;
}
</style>