Shades of Light Salmon #F9A278
Tints of Light Salmon #F9A278
RGB
CMYK
RGB Variations
Color information
#F9A278 (or 0xF9A278) is known color: Light Salmon. HEX triplet: F9, A2 and 78. RGB value is (249,162,120). Sum of RGB (Red+Green+Blue) = 249+162+120=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A278 is #065D87. Grayscale: #B7B7B7. Windows color (decimal): -417160 or 7906041. OLE color: 7906041.
HSL color Cylindrical-coordinate representation of color #F9A278: hue angle of 19.53º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F9A278 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 120 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.02 |
| HSL | 19.53º | 0.91% | 0.72% | - |
| HSV(B) | 19.53º | 0.52% | 0.98% | - |
| XYZ | 55.38 | 47.34 | 23.99 | - |
| YUV | 183.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 120 | 0 | 0.35 | 0.52 | 0.02 | 19.53 | 0.91 | 0.72 |
| Hex | F9 | A2 | 78 | 0 | 23 | 34 | 2 | 14 | 5B | 48 |
| Octal | 371 | 242 | 170 | 0 | 43 | 64 | 2 | 24 | 133 | 110 |
| Binary | 11111001 | 10100010 | 1111000 | 0 | 100011 | 110100 | 10 | 10100 | 1011011 | 1001000 |
Color Harmonies of #F9A278
Complementary color
Monochromatic Colors of #F9A278
Black with #F9A278
Text Example
Text Example
White with #F9A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A278; }
p { color: rgb(249,162,120); }
H1.HeaderClassName
{
color: #F9A278;
}
.AnyTagClassName
{
color: #F9A278;
}
</style>
background-color css
<style>
a { background-color: #F9A278; }
a { background-color: rgb(249,162,120); }
div.DivClassName
{
background-color: #F9A278;
}
.BgClassName
{
background-color: #F9A278;
}
</style>
border-color css
<style>
span { border-color: #F9A278; }
span { border-color: rgb(249,162,120); }
td.TdClassName
{
border-color: #F9A278;
}
.TagClassName
{
border-color: #F9A278;
}
</style>