Shades of Light Salmon #F9A27B
Tints of Light Salmon #F9A27B
RGB
CMYK
RGB Variations
Color information
#F9A27B (or 0xF9A27B) is known color: Light Salmon. HEX triplet: F9, A2 and 7B. RGB value is (249,162,123). Sum of RGB (Red+Green+Blue) = 249+162+123=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A27B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A27B is #065D84. Grayscale: #B7B7B7. Windows color (decimal): -417157 or 8102649. OLE color: 8102649.
HSL color Cylindrical-coordinate representation of color #F9A27B: hue angle of 18.57º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9A27B is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 123 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.02 |
| HSL | 18.57º | 0.91% | 0.73% | - |
| HSV(B) | 18.57º | 0.51% | 0.98% | - |
| XYZ | 55.56 | 47.41 | 24.96 | - |
| YUV | 183.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 123 | 0 | 0.35 | 0.51 | 0.02 | 18.57 | 0.91 | 0.73 |
| Hex | F9 | A2 | 7B | 0 | 23 | 33 | 2 | 13 | 5B | 49 |
| Octal | 371 | 242 | 173 | 0 | 43 | 63 | 2 | 23 | 133 | 111 |
| Binary | 11111001 | 10100010 | 1111011 | 0 | 100011 | 110011 | 10 | 10011 | 1011011 | 1001001 |
Color Harmonies of #F9A27B
Complementary color
Monochromatic Colors of #F9A27B
Black with #F9A27B
Text Example
Text Example
White with #F9A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A27B; }
p { color: rgb(249,162,123); }
H1.HeaderClassName
{
color: #F9A27B;
}
.AnyTagClassName
{
color: #F9A27B;
}
</style>
background-color css
<style>
a { background-color: #F9A27B; }
a { background-color: rgb(249,162,123); }
div.DivClassName
{
background-color: #F9A27B;
}
.BgClassName
{
background-color: #F9A27B;
}
</style>
border-color css
<style>
span { border-color: #F9A27B; }
span { border-color: rgb(249,162,123); }
td.TdClassName
{
border-color: #F9A27B;
}
.TagClassName
{
border-color: #F9A27B;
}
</style>