Shades of Orange #F5A705
Tints of Orange #F5A705
RGB
CMYK
RGB Variations
Color information
#F5A705 (or 0xF5A705) is known color: Orange. HEX triplet: F5, A7 and 05. RGB value is (245,167,5). Sum of RGB (Red+Green+Blue) = 245+167+5=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A705 is #0A58FA. Grayscale: #ACACAC. Windows color (decimal): -678139 or 370677. OLE color: 370677.
HSL color Cylindrical-coordinate representation of color #F5A705: hue angle of 40.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5A705 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.04 |
| HSL | 40.5º | 0.96% | 0.49% | - |
| HSV(B) | 40.5º | 0.98% | 0.96% | - |
| XYZ | 51.5 | 47.06 | 6.51 | - |
| YUV | 171.85 | 33.84 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 5 | 0 | 0.32 | 0.98 | 0.04 | 40.5 | 0.96 | 0.49 |
| Hex | F5 | A7 | 5 | 0 | 20 | 62 | 4 | 28 | 60 | 31 |
| Octal | 365 | 247 | 5 | 0 | 40 | 142 | 4 | 50 | 140 | 61 |
| Binary | 11110101 | 10100111 | 101 | 0 | 100000 | 1100010 | 100 | 101000 | 1100000 | 110001 |
Color Harmonies of #F5A705
Complementary color
Monochromatic Colors of #F5A705
Black with #F5A705
Text Example
Text Example
White with #F5A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A705; }
p { color: rgb(245,167,5); }
H1.HeaderClassName
{
color: #F5A705;
}
.AnyTagClassName
{
color: #F5A705;
}
</style>
background-color css
<style>
a { background-color: #F5A705; }
a { background-color: rgb(245,167,5); }
div.DivClassName
{
background-color: #F5A705;
}
.BgClassName
{
background-color: #F5A705;
}
</style>
border-color css
<style>
span { border-color: #F5A705; }
span { border-color: rgb(245,167,5); }
td.TdClassName
{
border-color: #F5A705;
}
.TagClassName
{
border-color: #F5A705;
}
</style>