Shades of Dark Tangerine #F4A11E
Tints of Dark Tangerine #F4A11E
RGB
CMYK
RGB Variations
Color information
#F4A11E (or 0xF4A11E) is known color: Dark Tangerine. HEX triplet: F4, A1 and 1E. RGB value is (244,161,30). Sum of RGB (Red+Green+Blue) = 244+161+30=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A11E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A11E is #0B5EE1. Grayscale: #ABABAB. Windows color (decimal): -745186 or 2007540. OLE color: 2007540.
HSL color Cylindrical-coordinate representation of color #F4A11E: hue angle of 36.73º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4A11E is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 30 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.04 |
| HSL | 36.73º | 0.91% | 0.54% | - |
| HSV(B) | 36.73º | 0.88% | 0.96% | - |
| XYZ | 50.29 | 44.82 | 7.23 | - |
| YUV | 170.88 | 48.5 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 30 | 0 | 0.34 | 0.88 | 0.04 | 36.73 | 0.91 | 0.54 |
| Hex | F4 | A1 | 1E | 0 | 22 | 58 | 4 | 25 | 5B | 36 |
| Octal | 364 | 241 | 36 | 0 | 42 | 130 | 4 | 45 | 133 | 66 |
| Binary | 11110100 | 10100001 | 11110 | 0 | 100010 | 1011000 | 100 | 100101 | 1011011 | 110110 |
Color Harmonies of #F4A11E
Complementary color
Monochromatic Colors of #F4A11E
Black with #F4A11E
Text Example
Text Example
White with #F4A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A11E; }
p { color: rgb(244,161,30); }
H1.HeaderClassName
{
color: #F4A11E;
}
.AnyTagClassName
{
color: #F4A11E;
}
</style>
background-color css
<style>
a { background-color: #F4A11E; }
a { background-color: rgb(244,161,30); }
div.DivClassName
{
background-color: #F4A11E;
}
.BgClassName
{
background-color: #F4A11E;
}
</style>
border-color css
<style>
span { border-color: #F4A11E; }
span { border-color: rgb(244,161,30); }
td.TdClassName
{
border-color: #F4A11E;
}
.TagClassName
{
border-color: #F4A11E;
}
</style>