Shades of Dark Tangerine #F4A511
Tints of Dark Tangerine #F4A511
RGB
CMYK
RGB Variations
Color information
#F4A511 (or 0xF4A511) is known color: Dark Tangerine. HEX triplet: F4, A5 and 11. RGB value is (244,165,17). Sum of RGB (Red+Green+Blue) = 244+165+17=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A511 is #0B5AEE. Grayscale: #ACACAC. Windows color (decimal): -744175 or 1156596. OLE color: 1156596.
HSL color Cylindrical-coordinate representation of color #F4A511: hue angle of 39.12º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4A511 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 165 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.04 |
| HSL | 39.12º | 0.91% | 0.51% | - |
| HSV(B) | 39.12º | 0.93% | 0.96% | - |
| XYZ | 50.86 | 46.18 | 6.76 | - |
| YUV | 171.75 | 40.67 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 17 | 0 | 0.32 | 0.93 | 0.04 | 39.12 | 0.91 | 0.51 |
| Hex | F4 | A5 | 11 | 0 | 20 | 5D | 4 | 27 | 5B | 33 |
| Octal | 364 | 245 | 21 | 0 | 40 | 135 | 4 | 47 | 133 | 63 |
| Binary | 11110100 | 10100101 | 10001 | 0 | 100000 | 1011101 | 100 | 100111 | 1011011 | 110011 |
Color Harmonies of #F4A511
Complementary color
Monochromatic Colors of #F4A511
Black with #F4A511
Text Example
Text Example
White with #F4A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A511; }
p { color: rgb(244,165,17); }
H1.HeaderClassName
{
color: #F4A511;
}
.AnyTagClassName
{
color: #F4A511;
}
</style>
background-color css
<style>
a { background-color: #F4A511; }
a { background-color: rgb(244,165,17); }
div.DivClassName
{
background-color: #F4A511;
}
.BgClassName
{
background-color: #F4A511;
}
</style>
border-color css
<style>
span { border-color: #F4A511; }
span { border-color: rgb(244,165,17); }
td.TdClassName
{
border-color: #F4A511;
}
.TagClassName
{
border-color: #F4A511;
}
</style>