Shades of Sunshade #F8A545
Tints of Sunshade #F8A545
RGB
CMYK
RGB Variations
Color information
#F8A545 (or 0xF8A545) is known color: Sunshade. HEX triplet: F8, A5 and 45. RGB value is (248,165,69). Sum of RGB (Red+Green+Blue) = 248+165+69=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A545 is #075ABA. Grayscale: #B3B3B3. Windows color (decimal): -481979 or 4564472. OLE color: 4564472.
HSL color Cylindrical-coordinate representation of color #F8A545: hue angle of 32.18º 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 #F8A545 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 69 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.03 |
| HSL | 32.18º | 0.93% | 0.62% | - |
| HSV(B) | 32.18º | 0.72% | 0.97% | - |
| XYZ | 53.24 | 47.3 | 11.95 | - |
| YUV | 178.87 | 66 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 69 | 0 | 0.33 | 0.72 | 0.03 | 32.18 | 0.93 | 0.62 |
| Hex | F8 | A5 | 45 | 0 | 21 | 48 | 3 | 20 | 5D | 3E |
| Octal | 370 | 245 | 105 | 0 | 41 | 110 | 3 | 40 | 135 | 76 |
| Binary | 11111000 | 10100101 | 1000101 | 0 | 100001 | 1001000 | 11 | 100000 | 1011101 | 111110 |
Color Harmonies of #F8A545
Complementary color
Monochromatic Colors of #F8A545
Black with #F8A545
Text Example
Text Example
White with #F8A545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A545; }
p { color: rgb(248,165,69); }
H1.HeaderClassName
{
color: #F8A545;
}
.AnyTagClassName
{
color: #F8A545;
}
</style>
background-color css
<style>
a { background-color: #F8A545; }
a { background-color: rgb(248,165,69); }
div.DivClassName
{
background-color: #F8A545;
}
.BgClassName
{
background-color: #F8A545;
}
</style>
border-color css
<style>
span { border-color: #F8A545; }
span { border-color: rgb(248,165,69); }
td.TdClassName
{
border-color: #F8A545;
}
.TagClassName
{
border-color: #F8A545;
}
</style>