Shades of Orange #F7AA00
Tints of Orange #F7AA00
RGB
CMYK
RGB Variations
Color information
#F7AA00 (or 0xF7AA00) is known color: Orange. HEX triplet: F7, AA and 00. RGB value is (247,170,0). Sum of RGB (Red+Green+Blue) = 247+170+0=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AA00 is #0855FF. Grayscale: #AEAEAE. Windows color (decimal): -546304 or 43767. OLE color: 43767.
HSL color Cylindrical-coordinate representation of color #F7AA00: hue angle of 41.3º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7AA00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.03 |
| HSL | 41.3º | 1% | 0.48% | - |
| HSV(B) | 41.3º | 1% | 0.97% | - |
| XYZ | 52.73 | 48.52 | 6.59 | - |
| YUV | 173.64 | 30.01 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 0 | 0 | 0.31 | 1 | 0.03 | 41.3 | 1 | 0.48 |
| Hex | F7 | AA | 0 | 0 | 1F | 64 | 3 | 29 | 64 | 30 |
| Octal | 367 | 252 | 0 | 0 | 37 | 144 | 3 | 51 | 144 | 60 |
| Binary | 11110111 | 10101010 | 0 | 0 | 11111 | 1100100 | 11 | 101001 | 1100100 | 110000 |
Color Harmonies of #F7AA00
Complementary color
Monochromatic Colors of #F7AA00
Black with #F7AA00
Text Example
Text Example
White with #F7AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AA00; }
p { color: rgb(247,170,0); }
H1.HeaderClassName
{
color: #F7AA00;
}
.AnyTagClassName
{
color: #F7AA00;
}
</style>
background-color css
<style>
a { background-color: #F7AA00; }
a { background-color: rgb(247,170,0); }
div.DivClassName
{
background-color: #F7AA00;
}
.BgClassName
{
background-color: #F7AA00;
}
</style>
border-color css
<style>
span { border-color: #F7AA00; }
span { border-color: rgb(247,170,0); }
td.TdClassName
{
border-color: #F7AA00;
}
.TagClassName
{
border-color: #F7AA00;
}
</style>