Shades of Light Salmon #F8A67E
Tints of Light Salmon #F8A67E
RGB
CMYK
RGB Variations
Color information
#F8A67E (or 0xF8A67E) is known color: Light Salmon. HEX triplet: F8, A6 and 7E. RGB value is (248,166,126). Sum of RGB (Red+Green+Blue) = 248+166+126=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A67E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A67E is #075981. Grayscale: #BABABA. Windows color (decimal): -481666 or 8300280. OLE color: 8300280.
HSL color Cylindrical-coordinate representation of color #F8A67E: hue angle of 19.67º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8A67E is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 126 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.03 |
| HSL | 19.67º | 0.9% | 0.73% | - |
| HSV(B) | 19.67º | 0.49% | 0.97% | - |
| XYZ | 56.11 | 48.74 | 26.19 | - |
| YUV | 185.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 126 | 0 | 0.33 | 0.49 | 0.03 | 19.67 | 0.9 | 0.73 |
| Hex | F8 | A6 | 7E | 0 | 21 | 31 | 3 | 14 | 5A | 49 |
| Octal | 370 | 246 | 176 | 0 | 41 | 61 | 3 | 24 | 132 | 111 |
| Binary | 11111000 | 10100110 | 1111110 | 0 | 100001 | 110001 | 11 | 10100 | 1011010 | 1001001 |
Color Harmonies of #F8A67E
Complementary color
Monochromatic Colors of #F8A67E
Black with #F8A67E
Text Example
Text Example
White with #F8A67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A67E; }
p { color: rgb(248,166,126); }
H1.HeaderClassName
{
color: #F8A67E;
}
.AnyTagClassName
{
color: #F8A67E;
}
</style>
background-color css
<style>
a { background-color: #F8A67E; }
a { background-color: rgb(248,166,126); }
div.DivClassName
{
background-color: #F8A67E;
}
.BgClassName
{
background-color: #F8A67E;
}
</style>
border-color css
<style>
span { border-color: #F8A67E; }
span { border-color: rgb(248,166,126); }
td.TdClassName
{
border-color: #F8A67E;
}
.TagClassName
{
border-color: #F8A67E;
}
</style>