Shades of Dark Tangerine #F7A821
Tints of Dark Tangerine #F7A821
RGB
CMYK
RGB Variations
Color information
#F7A821 (or 0xF7A821) is known color: Dark Tangerine. HEX triplet: F7, A8 and 21. RGB value is (247,168,33). Sum of RGB (Red+Green+Blue) = 247+168+33=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A821 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A821 is #0857DE. Grayscale: #B0B0B0. Windows color (decimal): -546783 or 2205943. OLE color: 2205943.
HSL color Cylindrical-coordinate representation of color #F7A821: hue angle of 37.85º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7A821 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 33 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.03 |
| HSL | 37.85º | 0.93% | 0.55% | - |
| HSV(B) | 37.85º | 0.87% | 0.97% | - |
| XYZ | 52.63 | 47.89 | 7.91 | - |
| YUV | 176.23 | 47.17 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 33 | 0 | 0.32 | 0.87 | 0.03 | 37.85 | 0.93 | 0.55 |
| Hex | F7 | A8 | 21 | 0 | 20 | 57 | 3 | 26 | 5D | 37 |
| Octal | 367 | 250 | 41 | 0 | 40 | 127 | 3 | 46 | 135 | 67 |
| Binary | 11110111 | 10101000 | 100001 | 0 | 100000 | 1010111 | 11 | 100110 | 1011101 | 110111 |
Color Harmonies of #F7A821
Complementary color
Monochromatic Colors of #F7A821
Black with #F7A821
Text Example
Text Example
White with #F7A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A821; }
p { color: rgb(247,168,33); }
H1.HeaderClassName
{
color: #F7A821;
}
.AnyTagClassName
{
color: #F7A821;
}
</style>
background-color css
<style>
a { background-color: #F7A821; }
a { background-color: rgb(247,168,33); }
div.DivClassName
{
background-color: #F7A821;
}
.BgClassName
{
background-color: #F7A821;
}
</style>
border-color css
<style>
span { border-color: #F7A821; }
span { border-color: rgb(247,168,33); }
td.TdClassName
{
border-color: #F7A821;
}
.TagClassName
{
border-color: #F7A821;
}
</style>