Shades of Orange #F8A705
Tints of Orange #F8A705
RGB
CMYK
RGB Variations
Color information
#F8A705 (or 0xF8A705) is known color: Orange. HEX triplet: F8, A7 and 05. RGB value is (248,167,5). Sum of RGB (Red+Green+Blue) = 248+167+5=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A705 is #0758FA. Grayscale: #ADADAD. Windows color (decimal): -481531 or 370680. OLE color: 370680.
HSL color Cylindrical-coordinate representation of color #F8A705: hue angle of 40º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8A705 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.03 |
| HSL | 40º | 0.96% | 0.5% | - |
| HSV(B) | 40º | 0.98% | 0.97% | - |
| XYZ | 52.56 | 47.6 | 6.56 | - |
| YUV | 172.75 | 33.34 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 5 | 0 | 0.33 | 0.98 | 0.03 | 40 | 0.96 | 0.5 |
| Hex | F8 | A7 | 5 | 0 | 21 | 62 | 3 | 28 | 60 | 32 |
| Octal | 370 | 247 | 5 | 0 | 41 | 142 | 3 | 50 | 140 | 62 |
| Binary | 11111000 | 10100111 | 101 | 0 | 100001 | 1100010 | 11 | 101000 | 1100000 | 110010 |
Color Harmonies of #F8A705
Complementary color
Monochromatic Colors of #F8A705
Black with #F8A705
Text Example
Text Example
White with #F8A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A705; }
p { color: rgb(248,167,5); }
H1.HeaderClassName
{
color: #F8A705;
}
.AnyTagClassName
{
color: #F8A705;
}
</style>
background-color css
<style>
a { background-color: #F8A705; }
a { background-color: rgb(248,167,5); }
div.DivClassName
{
background-color: #F8A705;
}
.BgClassName
{
background-color: #F8A705;
}
</style>
border-color css
<style>
span { border-color: #F8A705; }
span { border-color: rgb(248,167,5); }
td.TdClassName
{
border-color: #F8A705;
}
.TagClassName
{
border-color: #F8A705;
}
</style>