Shades of Sunshade #F8A047
Tints of Sunshade #F8A047
RGB
CMYK
RGB Variations
Color information
#F8A047 (or 0xF8A047) is known color: Sunshade. HEX triplet: F8, A0 and 47. RGB value is (248,160,71). Sum of RGB (Red+Green+Blue) = 248+160+71=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A047 is #075FB8. Grayscale: #B0B0B0. Windows color (decimal): -483257 or 4694264. OLE color: 4694264.
HSL color Cylindrical-coordinate representation of color #F8A047: hue angle of 30.17º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8A047 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 71 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.03 |
| HSL | 30.17º | 0.93% | 0.63% | - |
| HSV(B) | 30.17º | 0.71% | 0.97% | - |
| XYZ | 52.42 | 45.55 | 11.99 | - |
| YUV | 176.17 | 68.65 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 71 | 0 | 0.35 | 0.71 | 0.03 | 30.17 | 0.93 | 0.63 |
| Hex | F8 | A0 | 47 | 0 | 23 | 47 | 3 | 1E | 5D | 3F |
| Octal | 370 | 240 | 107 | 0 | 43 | 107 | 3 | 36 | 135 | 77 |
| Binary | 11111000 | 10100000 | 1000111 | 0 | 100011 | 1000111 | 11 | 11110 | 1011101 | 111111 |
Color Harmonies of #F8A047
Complementary color
Monochromatic Colors of #F8A047
Black with #F8A047
Text Example
Text Example
White with #F8A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A047; }
p { color: rgb(248,160,71); }
H1.HeaderClassName
{
color: #F8A047;
}
.AnyTagClassName
{
color: #F8A047;
}
</style>
background-color css
<style>
a { background-color: #F8A047; }
a { background-color: rgb(248,160,71); }
div.DivClassName
{
background-color: #F8A047;
}
.BgClassName
{
background-color: #F8A047;
}
</style>
border-color css
<style>
span { border-color: #F8A047; }
span { border-color: rgb(248,160,71); }
td.TdClassName
{
border-color: #F8A047;
}
.TagClassName
{
border-color: #F8A047;
}
</style>