Shades of Light Salmon #F99972
Tints of Light Salmon #F99972
RGB
CMYK
RGB Variations
Color information
#F99972 (or 0xF99972) is known color: Light Salmon. HEX triplet: F9, 99 and 72. RGB value is (249,153,114). Sum of RGB (Red+Green+Blue) = 249+153+114=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F99972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99972 is #06668D. Grayscale: #B1B1B1. Windows color (decimal): -419470 or 7510521. OLE color: 7510521.
HSL color Cylindrical-coordinate representation of color #F99972: hue angle of 17.33º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F99972 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 114 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.02 |
| HSL | 17.33º | 0.92% | 0.71% | - |
| HSV(B) | 17.33º | 0.54% | 0.98% | - |
| XYZ | 53.5 | 44.14 | 21.62 | - |
| YUV | 177.26 | 92.3 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 114 | 0 | 0.39 | 0.54 | 0.02 | 17.33 | 0.92 | 0.71 |
| Hex | F9 | 99 | 72 | 0 | 27 | 36 | 2 | 11 | 5C | 47 |
| Octal | 371 | 231 | 162 | 0 | 47 | 66 | 2 | 21 | 134 | 107 |
| Binary | 11111001 | 10011001 | 1110010 | 0 | 100111 | 110110 | 10 | 10001 | 1011100 | 1000111 |
Color Harmonies of #F99972
Complementary color
Monochromatic Colors of #F99972
Black with #F99972
Text Example
Text Example
White with #F99972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99972; }
p { color: rgb(249,153,114); }
H1.HeaderClassName
{
color: #F99972;
}
.AnyTagClassName
{
color: #F99972;
}
</style>
background-color css
<style>
a { background-color: #F99972; }
a { background-color: rgb(249,153,114); }
div.DivClassName
{
background-color: #F99972;
}
.BgClassName
{
background-color: #F99972;
}
</style>
border-color css
<style>
span { border-color: #F99972; }
span { border-color: rgb(249,153,114); }
td.TdClassName
{
border-color: #F99972;
}
.TagClassName
{
border-color: #F99972;
}
</style>