Shades of Dark Tangerine #F7A41D
Tints of Dark Tangerine #F7A41D
RGB
CMYK
RGB Variations
Color information
#F7A41D (or 0xF7A41D) is known color: Dark Tangerine. HEX triplet: F7, A4 and 1D. RGB value is (247,164,29). Sum of RGB (Red+Green+Blue) = 247+164+29=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A41D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A41D is #085BE2. Grayscale: #AEAEAE. Windows color (decimal): -547811 or 1942775. OLE color: 1942775.
HSL color Cylindrical-coordinate representation of color #F7A41D: hue angle of 37.16º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7A41D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 164 | 29 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.03 |
| HSL | 37.16º | 0.93% | 0.54% | - |
| HSV(B) | 37.16º | 0.88% | 0.97% | - |
| XYZ | 51.86 | 46.41 | 7.39 | - |
| YUV | 173.43 | 46.5 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 164 | 29 | 0 | 0.34 | 0.88 | 0.03 | 37.16 | 0.93 | 0.54 |
| Hex | F7 | A4 | 1D | 0 | 22 | 58 | 3 | 25 | 5D | 36 |
| Octal | 367 | 244 | 35 | 0 | 42 | 130 | 3 | 45 | 135 | 66 |
| Binary | 11110111 | 10100100 | 11101 | 0 | 100010 | 1011000 | 11 | 100101 | 1011101 | 110110 |
Color Harmonies of #F7A41D
Complementary color
Monochromatic Colors of #F7A41D
Black with #F7A41D
Text Example
Text Example
White with #F7A41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A41D; }
p { color: rgb(247,164,29); }
H1.HeaderClassName
{
color: #F7A41D;
}
.AnyTagClassName
{
color: #F7A41D;
}
</style>
background-color css
<style>
a { background-color: #F7A41D; }
a { background-color: rgb(247,164,29); }
div.DivClassName
{
background-color: #F7A41D;
}
.BgClassName
{
background-color: #F7A41D;
}
</style>
border-color css
<style>
span { border-color: #F7A41D; }
span { border-color: rgb(247,164,29); }
td.TdClassName
{
border-color: #F7A41D;
}
.TagClassName
{
border-color: #F7A41D;
}
</style>