Shades of Sunshade #F8A445
Tints of Sunshade #F8A445
RGB
CMYK
RGB Variations
Color information
#F8A445 (or 0xF8A445) is known color: Sunshade. HEX triplet: F8, A4 and 45. RGB value is (248,164,69). Sum of RGB (Red+Green+Blue) = 248+164+69=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A445 is #075BBA. Grayscale: #B2B2B2. Windows color (decimal): -482235 or 4564216. OLE color: 4564216.
HSL color Cylindrical-coordinate representation of color #F8A445: hue angle of 31.84º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8A445 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 164 | 69 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.03 |
| HSL | 31.84º | 0.93% | 0.62% | - |
| HSV(B) | 31.84º | 0.72% | 0.97% | - |
| XYZ | 53.06 | 46.94 | 11.89 | - |
| YUV | 178.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 164 | 69 | 0 | 0.34 | 0.72 | 0.03 | 31.84 | 0.93 | 0.62 |
| Hex | F8 | A4 | 45 | 0 | 22 | 48 | 3 | 20 | 5D | 3E |
| Octal | 370 | 244 | 105 | 0 | 42 | 110 | 3 | 40 | 135 | 76 |
| Binary | 11111000 | 10100100 | 1000101 | 0 | 100010 | 1001000 | 11 | 100000 | 1011101 | 111110 |
Color Harmonies of #F8A445
Complementary color
Monochromatic Colors of #F8A445
Black with #F8A445
Text Example
Text Example
White with #F8A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A445; }
p { color: rgb(248,164,69); }
H1.HeaderClassName
{
color: #F8A445;
}
.AnyTagClassName
{
color: #F8A445;
}
</style>
background-color css
<style>
a { background-color: #F8A445; }
a { background-color: rgb(248,164,69); }
div.DivClassName
{
background-color: #F8A445;
}
.BgClassName
{
background-color: #F8A445;
}
</style>
border-color css
<style>
span { border-color: #F8A445; }
span { border-color: rgb(248,164,69); }
td.TdClassName
{
border-color: #F8A445;
}
.TagClassName
{
border-color: #F8A445;
}
</style>