Shades of Sunshade #F8A045
Tints of Sunshade #F8A045
RGB
CMYK
RGB Variations
Color information
#F8A045 (or 0xF8A045) is known color: Sunshade. HEX triplet: F8, A0 and 45. RGB value is (248,160,69). Sum of RGB (Red+Green+Blue) = 248+160+69=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A045 is #075FBA. Grayscale: #B0B0B0. Windows color (decimal): -483259 or 4563192. OLE color: 4563192.
HSL color Cylindrical-coordinate representation of color #F8A045: hue angle of 30.5º 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 #F8A045 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 69 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.03 |
| HSL | 30.5º | 0.93% | 0.62% | - |
| HSV(B) | 30.5º | 0.72% | 0.97% | - |
| XYZ | 52.36 | 45.53 | 11.66 | - |
| YUV | 175.94 | 67.65 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 69 | 0 | 0.35 | 0.72 | 0.03 | 30.5 | 0.93 | 0.62 |
| Hex | F8 | A0 | 45 | 0 | 23 | 48 | 3 | 1F | 5D | 3E |
| Octal | 370 | 240 | 105 | 0 | 43 | 110 | 3 | 37 | 135 | 76 |
| Binary | 11111000 | 10100000 | 1000101 | 0 | 100011 | 1001000 | 11 | 11111 | 1011101 | 111110 |
Color Harmonies of #F8A045
Complementary color
Monochromatic Colors of #F8A045
Black with #F8A045
Text Example
Text Example
White with #F8A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A045; }
p { color: rgb(248,160,69); }
H1.HeaderClassName
{
color: #F8A045;
}
.AnyTagClassName
{
color: #F8A045;
}
</style>
background-color css
<style>
a { background-color: #F8A045; }
a { background-color: rgb(248,160,69); }
div.DivClassName
{
background-color: #F8A045;
}
.BgClassName
{
background-color: #F8A045;
}
</style>
border-color css
<style>
span { border-color: #F8A045; }
span { border-color: rgb(248,160,69); }
td.TdClassName
{
border-color: #F8A045;
}
.TagClassName
{
border-color: #F8A045;
}
</style>