Shades of Dark Tangerine #F4A310
Tints of Dark Tangerine #F4A310
RGB
CMYK
RGB Variations
Color information
#F4A310 (or 0xF4A310) is known color: Dark Tangerine. HEX triplet: F4, A3 and 10. RGB value is (244,163,16). Sum of RGB (Red+Green+Blue) = 244+163+16=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A310 is #0B5CEF. Grayscale: #ABABAB. Windows color (decimal): -744688 or 1090548. OLE color: 1090548.
HSL color Cylindrical-coordinate representation of color #F4A310: hue angle of 38.68º 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 #F4A310 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 163 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.04 |
| HSL | 38.68º | 0.91% | 0.51% | - |
| HSV(B) | 38.68º | 0.93% | 0.96% | - |
| XYZ | 50.5 | 45.46 | 6.6 | - |
| YUV | 170.46 | 40.84 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 16 | 0 | 0.33 | 0.93 | 0.04 | 38.68 | 0.91 | 0.51 |
| Hex | F4 | A3 | 10 | 0 | 21 | 5D | 4 | 27 | 5B | 33 |
| Octal | 364 | 243 | 20 | 0 | 41 | 135 | 4 | 47 | 133 | 63 |
| Binary | 11110100 | 10100011 | 10000 | 0 | 100001 | 1011101 | 100 | 100111 | 1011011 | 110011 |
Color Harmonies of #F4A310
Complementary color
Monochromatic Colors of #F4A310
Black with #F4A310
Text Example
Text Example
White with #F4A310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A310; }
p { color: rgb(244,163,16); }
H1.HeaderClassName
{
color: #F4A310;
}
.AnyTagClassName
{
color: #F4A310;
}
</style>
background-color css
<style>
a { background-color: #F4A310; }
a { background-color: rgb(244,163,16); }
div.DivClassName
{
background-color: #F4A310;
}
.BgClassName
{
background-color: #F4A310;
}
</style>
border-color css
<style>
span { border-color: #F4A310; }
span { border-color: rgb(244,163,16); }
td.TdClassName
{
border-color: #F4A310;
}
.TagClassName
{
border-color: #F4A310;
}
</style>