Shades of Orange #F7A601
Tints of Orange #F7A601
RGB
CMYK
RGB Variations
Color information
#F7A601 (or 0xF7A601) is known color: Orange. HEX triplet: F7, A6 and 01. RGB value is (247,166,1). Sum of RGB (Red+Green+Blue) = 247+166+1=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A601 is #0859FE. Grayscale: #ACACAC. Windows color (decimal): -547327 or 108279. OLE color: 108279.
HSL color Cylindrical-coordinate representation of color #F7A601: hue angle of 40.24º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7A601 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.03 |
| HSL | 40.24º | 0.99% | 0.49% | - |
| HSV(B) | 40.24º | 1% | 0.97% | - |
| XYZ | 52 | 47.05 | 6.37 | - |
| YUV | 171.41 | 31.84 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 1 | 0 | 0.33 | 1.00 | 0.03 | 40.24 | 0.99 | 0.49 |
| Hex | F7 | A6 | 1 | 0 | 21 | 64 | 3 | 28 | 63 | 31 |
| Octal | 367 | 246 | 1 | 0 | 41 | 144 | 3 | 50 | 143 | 61 |
| Binary | 11110111 | 10100110 | 1 | 0 | 100001 | 1100100 | 11 | 101000 | 1100011 | 110001 |
Color Harmonies of #F7A601
Complementary color
Monochromatic Colors of #F7A601
Black with #F7A601
Text Example
Text Example
White with #F7A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A601; }
p { color: rgb(247,166,1); }
H1.HeaderClassName
{
color: #F7A601;
}
.AnyTagClassName
{
color: #F7A601;
}
</style>
background-color css
<style>
a { background-color: #F7A601; }
a { background-color: rgb(247,166,1); }
div.DivClassName
{
background-color: #F7A601;
}
.BgClassName
{
background-color: #F7A601;
}
</style>
border-color css
<style>
span { border-color: #F7A601; }
span { border-color: rgb(247,166,1); }
td.TdClassName
{
border-color: #F7A601;
}
.TagClassName
{
border-color: #F7A601;
}
</style>