Shades of Orange #F7A805
Tints of Orange #F7A805
RGB
CMYK
RGB Variations
Color information
#F7A805 (or 0xF7A805) is known color: Orange. HEX triplet: F7, A8 and 05. RGB value is (247,168,5). Sum of RGB (Red+Green+Blue) = 247+168+5=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A805 is #0857FA. Grayscale: #ADADAD. Windows color (decimal): -546811 or 370935. OLE color: 370935.
HSL color Cylindrical-coordinate representation of color #F7A805: hue angle of 40.41º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7A805 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.03 |
| HSL | 40.41º | 0.96% | 0.49% | - |
| HSV(B) | 40.41º | 0.98% | 0.97% | - |
| XYZ | 52.39 | 47.79 | 6.61 | - |
| YUV | 173.04 | 33.17 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 5 | 0 | 0.32 | 0.98 | 0.03 | 40.41 | 0.96 | 0.49 |
| Hex | F7 | A8 | 5 | 0 | 20 | 62 | 3 | 28 | 60 | 31 |
| Octal | 367 | 250 | 5 | 0 | 40 | 142 | 3 | 50 | 140 | 61 |
| Binary | 11110111 | 10101000 | 101 | 0 | 100000 | 1100010 | 11 | 101000 | 1100000 | 110001 |
Color Harmonies of #F7A805
Complementary color
Monochromatic Colors of #F7A805
Black with #F7A805
Text Example
Text Example
White with #F7A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A805; }
p { color: rgb(247,168,5); }
H1.HeaderClassName
{
color: #F7A805;
}
.AnyTagClassName
{
color: #F7A805;
}
</style>
background-color css
<style>
a { background-color: #F7A805; }
a { background-color: rgb(247,168,5); }
div.DivClassName
{
background-color: #F7A805;
}
.BgClassName
{
background-color: #F7A805;
}
</style>
border-color css
<style>
span { border-color: #F7A805; }
span { border-color: rgb(247,168,5); }
td.TdClassName
{
border-color: #F7A805;
}
.TagClassName
{
border-color: #F7A805;
}
</style>