Shades of Dark Tangerine #F7A90D
Tints of Dark Tangerine #F7A90D
RGB
CMYK
RGB Variations
Color information
#F7A90D (or 0xF7A90D) is known color: Dark Tangerine. HEX triplet: F7, A9 and 0D. RGB value is (247,169,13). Sum of RGB (Red+Green+Blue) = 247+169+13=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A90D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A90D is #0856F2. Grayscale: #AFAFAF. Windows color (decimal): -546547 or 895479. OLE color: 895479.
HSL color Cylindrical-coordinate representation of color #F7A90D: hue angle of 40º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7A90D is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 169 | 13 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.03 |
| HSL | 40º | 0.94% | 0.51% | - |
| HSV(B) | 40º | 0.95% | 0.97% | - |
| XYZ | 52.62 | 48.18 | 6.91 | - |
| YUV | 174.54 | 36.84 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 169 | 13 | 0 | 0.32 | 0.95 | 0.03 | 40 | 0.94 | 0.51 |
| Hex | F7 | A9 | D | 0 | 20 | 5F | 3 | 28 | 5E | 33 |
| Octal | 367 | 251 | 15 | 0 | 40 | 137 | 3 | 50 | 136 | 63 |
| Binary | 11110111 | 10101001 | 1101 | 0 | 100000 | 1011111 | 11 | 101000 | 1011110 | 110011 |
Color Harmonies of #F7A90D
Complementary color
Monochromatic Colors of #F7A90D
Black with #F7A90D
Text Example
Text Example
White with #F7A90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A90D; }
p { color: rgb(247,169,13); }
H1.HeaderClassName
{
color: #F7A90D;
}
.AnyTagClassName
{
color: #F7A90D;
}
</style>
background-color css
<style>
a { background-color: #F7A90D; }
a { background-color: rgb(247,169,13); }
div.DivClassName
{
background-color: #F7A90D;
}
.BgClassName
{
background-color: #F7A90D;
}
</style>
border-color css
<style>
span { border-color: #F7A90D; }
span { border-color: rgb(247,169,13); }
td.TdClassName
{
border-color: #F7A90D;
}
.TagClassName
{
border-color: #F7A90D;
}
</style>