Shades of Dark Tangerine #F7A41A
Tints of Dark Tangerine #F7A41A
RGB
CMYK
RGB Variations
Color information
#F7A41A (or 0xF7A41A) is known color: Dark Tangerine. HEX triplet: F7, A4 and 1A. RGB value is (247,164,26). Sum of RGB (Red+Green+Blue) = 247+164+26=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A41A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A41A is #085BE5. Grayscale: #ADADAD. Windows color (decimal): -547814 or 1746167. OLE color: 1746167.
HSL color Cylindrical-coordinate representation of color #F7A41A: hue angle of 37.47º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7A41A is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 164 | 26 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.03 |
| HSL | 37.47º | 0.93% | 0.54% | - |
| HSV(B) | 37.47º | 0.89% | 0.97% | - |
| XYZ | 51.82 | 46.4 | 7.2 | - |
| YUV | 173.09 | 45 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 164 | 26 | 0 | 0.34 | 0.89 | 0.03 | 37.47 | 0.93 | 0.54 |
| Hex | F7 | A4 | 1A | 0 | 22 | 59 | 3 | 25 | 5D | 36 |
| Octal | 367 | 244 | 32 | 0 | 42 | 131 | 3 | 45 | 135 | 66 |
| Binary | 11110111 | 10100100 | 11010 | 0 | 100010 | 1011001 | 11 | 100101 | 1011101 | 110110 |
Color Harmonies of #F7A41A
Complementary color
Monochromatic Colors of #F7A41A
Black with #F7A41A
Text Example
Text Example
White with #F7A41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A41A; }
p { color: rgb(247,164,26); }
H1.HeaderClassName
{
color: #F7A41A;
}
.AnyTagClassName
{
color: #F7A41A;
}
</style>
background-color css
<style>
a { background-color: #F7A41A; }
a { background-color: rgb(247,164,26); }
div.DivClassName
{
background-color: #F7A41A;
}
.BgClassName
{
background-color: #F7A41A;
}
</style>
border-color css
<style>
span { border-color: #F7A41A; }
span { border-color: rgb(247,164,26); }
td.TdClassName
{
border-color: #F7A41A;
}
.TagClassName
{
border-color: #F7A41A;
}
</style>