Shades of Orange #F7A302
Tints of Orange #F7A302
RGB
CMYK
RGB Variations
Color information
#F7A302 (or 0xF7A302) is known color: Orange. HEX triplet: F7, A3 and 02. RGB value is (247,163,2). Sum of RGB (Red+Green+Blue) = 247+163+2=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A302 is #085CFD. Grayscale: #AAAAAA. Windows color (decimal): -548094 or 173047. OLE color: 173047.
HSL color Cylindrical-coordinate representation of color #F7A302: hue angle of 39.43º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7A302 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.03 |
| HSL | 39.43º | 0.98% | 0.49% | - |
| HSV(B) | 39.43º | 0.99% | 0.97% | - |
| XYZ | 51.47 | 45.97 | 6.22 | - |
| YUV | 169.76 | 33.33 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 2 | 0 | 0.34 | 0.99 | 0.03 | 39.43 | 0.98 | 0.49 |
| Hex | F7 | A3 | 2 | 0 | 22 | 63 | 3 | 27 | 62 | 31 |
| Octal | 367 | 243 | 2 | 0 | 42 | 143 | 3 | 47 | 142 | 61 |
| Binary | 11110111 | 10100011 | 10 | 0 | 100010 | 1100011 | 11 | 100111 | 1100010 | 110001 |
Color Harmonies of #F7A302
Complementary color
Monochromatic Colors of #F7A302
Black with #F7A302
Text Example
Text Example
White with #F7A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A302; }
p { color: rgb(247,163,2); }
H1.HeaderClassName
{
color: #F7A302;
}
.AnyTagClassName
{
color: #F7A302;
}
</style>
background-color css
<style>
a { background-color: #F7A302; }
a { background-color: rgb(247,163,2); }
div.DivClassName
{
background-color: #F7A302;
}
.BgClassName
{
background-color: #F7A302;
}
</style>
border-color css
<style>
span { border-color: #F7A302; }
span { border-color: rgb(247,163,2); }
td.TdClassName
{
border-color: #F7A302;
}
.TagClassName
{
border-color: #F7A302;
}
</style>