Shades of Sunshade #F8A041
Tints of Sunshade #F8A041
RGB
CMYK
RGB Variations
Color information
#F8A041 (or 0xF8A041) is known color: Sunshade. HEX triplet: F8, A0 and 41. RGB value is (248,160,65). Sum of RGB (Red+Green+Blue) = 248+160+65=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A041 is #075FBE. Grayscale: #AFAFAF. Windows color (decimal): -483263 or 4301048. OLE color: 4301048.
HSL color Cylindrical-coordinate representation of color #F8A041: hue angle of 31.15º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8A041 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 65 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.03 |
| HSL | 31.15º | 0.93% | 0.61% | - |
| HSV(B) | 31.15º | 0.74% | 0.97% | - |
| XYZ | 52.24 | 45.48 | 11.03 | - |
| YUV | 175.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 65 | 0 | 0.35 | 0.74 | 0.03 | 31.15 | 0.93 | 0.61 |
| Hex | F8 | A0 | 41 | 0 | 23 | 4A | 3 | 1F | 5D | 3D |
| Octal | 370 | 240 | 101 | 0 | 43 | 112 | 3 | 37 | 135 | 75 |
| Binary | 11111000 | 10100000 | 1000001 | 0 | 100011 | 1001010 | 11 | 11111 | 1011101 | 111101 |
Color Harmonies of #F8A041
Complementary color
Monochromatic Colors of #F8A041
Black with #F8A041
Text Example
Text Example
White with #F8A041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A041; }
p { color: rgb(248,160,65); }
H1.HeaderClassName
{
color: #F8A041;
}
.AnyTagClassName
{
color: #F8A041;
}
</style>
background-color css
<style>
a { background-color: #F8A041; }
a { background-color: rgb(248,160,65); }
div.DivClassName
{
background-color: #F8A041;
}
.BgClassName
{
background-color: #F8A041;
}
</style>
border-color css
<style>
span { border-color: #F8A041; }
span { border-color: rgb(248,160,65); }
td.TdClassName
{
border-color: #F8A041;
}
.TagClassName
{
border-color: #F8A041;
}
</style>