Shades of Orange #F7AD04
Tints of Orange #F7AD04
RGB
CMYK
RGB Variations
Color information
#F7AD04 (or 0xF7AD04) is known color: Orange. HEX triplet: F7, AD and 04. RGB value is (247,173,4). Sum of RGB (Red+Green+Blue) = 247+173+4=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AD04 is #0852FB. Grayscale: #B0B0B0. Windows color (decimal): -545532 or 306679. OLE color: 306679.
HSL color Cylindrical-coordinate representation of color #F7AD04: hue angle of 41.73º degrees, saturation: 0.97, 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 #F7AD04 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.03 |
| HSL | 41.73º | 0.97% | 0.49% | - |
| HSV(B) | 41.73º | 0.98% | 0.97% | - |
| XYZ | 53.32 | 49.67 | 6.89 | - |
| YUV | 175.86 | 31.02 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 4 | 0 | 0.30 | 0.98 | 0.03 | 41.73 | 0.97 | 0.49 |
| Hex | F7 | AD | 4 | 0 | 1E | 62 | 3 | 2A | 61 | 31 |
| Octal | 367 | 255 | 4 | 0 | 36 | 142 | 3 | 52 | 141 | 61 |
| Binary | 11110111 | 10101101 | 100 | 0 | 11110 | 1100010 | 11 | 101010 | 1100001 | 110001 |
Color Harmonies of #F7AD04
Complementary color
Monochromatic Colors of #F7AD04
Black with #F7AD04
Text Example
Text Example
White with #F7AD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD04; }
p { color: rgb(247,173,4); }
H1.HeaderClassName
{
color: #F7AD04;
}
.AnyTagClassName
{
color: #F7AD04;
}
</style>
background-color css
<style>
a { background-color: #F7AD04; }
a { background-color: rgb(247,173,4); }
div.DivClassName
{
background-color: #F7AD04;
}
.BgClassName
{
background-color: #F7AD04;
}
</style>
border-color css
<style>
span { border-color: #F7AD04; }
span { border-color: rgb(247,173,4); }
td.TdClassName
{
border-color: #F7AD04;
}
.TagClassName
{
border-color: #F7AD04;
}
</style>