Shades of Orange #F7A401
Tints of Orange #F7A401
RGB
CMYK
RGB Variations
Color information
#F7A401 (or 0xF7A401) is known color: Orange. HEX triplet: F7, A4 and 01. RGB value is (247,164,1). Sum of RGB (Red+Green+Blue) = 247+164+1=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A401 is #085BFE. Grayscale: #AAAAAA. Windows color (decimal): -547839 or 107767. OLE color: 107767.
HSL color Cylindrical-coordinate representation of color #F7A401: hue angle of 39.76º 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 #F7A401 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 164 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.03 |
| HSL | 39.76º | 0.99% | 0.49% | - |
| HSV(B) | 39.76º | 1% | 0.97% | - |
| XYZ | 51.64 | 46.33 | 6.25 | - |
| YUV | 170.24 | 32.5 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 164 | 1 | 0 | 0.34 | 1.00 | 0.03 | 39.76 | 0.99 | 0.49 |
| Hex | F7 | A4 | 1 | 0 | 22 | 64 | 3 | 28 | 63 | 31 |
| Octal | 367 | 244 | 1 | 0 | 42 | 144 | 3 | 50 | 143 | 61 |
| Binary | 11110111 | 10100100 | 1 | 0 | 100010 | 1100100 | 11 | 101000 | 1100011 | 110001 |
Color Harmonies of #F7A401
Complementary color
Monochromatic Colors of #F7A401
Black with #F7A401
Text Example
Text Example
White with #F7A401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A401; }
p { color: rgb(247,164,1); }
H1.HeaderClassName
{
color: #F7A401;
}
.AnyTagClassName
{
color: #F7A401;
}
</style>
background-color css
<style>
a { background-color: #F7A401; }
a { background-color: rgb(247,164,1); }
div.DivClassName
{
background-color: #F7A401;
}
.BgClassName
{
background-color: #F7A401;
}
</style>
border-color css
<style>
span { border-color: #F7A401; }
span { border-color: rgb(247,164,1); }
td.TdClassName
{
border-color: #F7A401;
}
.TagClassName
{
border-color: #F7A401;
}
</style>