Shades of Dark Tangerine #F4A521
Tints of Dark Tangerine #F4A521
RGB
CMYK
RGB Variations
Color information
#F4A521 (or 0xF4A521) is known color: Dark Tangerine. HEX triplet: F4, A5 and 21. RGB value is (244,165,33). Sum of RGB (Red+Green+Blue) = 244+165+33=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A521 is #0B5ADE. Grayscale: #AEAEAE. Windows color (decimal): -744159 or 2205172. OLE color: 2205172.
HSL color Cylindrical-coordinate representation of color #F4A521: hue angle of 37.54º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4A521 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 165 | 33 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.04 |
| HSL | 37.54º | 0.91% | 0.54% | - |
| HSV(B) | 37.54º | 0.86% | 0.96% | - |
| XYZ | 51.04 | 46.25 | 7.68 | - |
| YUV | 173.57 | 48.67 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 33 | 0 | 0.32 | 0.86 | 0.04 | 37.54 | 0.91 | 0.54 |
| Hex | F4 | A5 | 21 | 0 | 20 | 56 | 4 | 26 | 5B | 36 |
| Octal | 364 | 245 | 41 | 0 | 40 | 126 | 4 | 46 | 133 | 66 |
| Binary | 11110100 | 10100101 | 100001 | 0 | 100000 | 1010110 | 100 | 100110 | 1011011 | 110110 |
Color Harmonies of #F4A521
Complementary color
Monochromatic Colors of #F4A521
Black with #F4A521
Text Example
Text Example
White with #F4A521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A521; }
p { color: rgb(244,165,33); }
H1.HeaderClassName
{
color: #F4A521;
}
.AnyTagClassName
{
color: #F4A521;
}
</style>
background-color css
<style>
a { background-color: #F4A521; }
a { background-color: rgb(244,165,33); }
div.DivClassName
{
background-color: #F4A521;
}
.BgClassName
{
background-color: #F4A521;
}
</style>
border-color css
<style>
span { border-color: #F4A521; }
span { border-color: rgb(244,165,33); }
td.TdClassName
{
border-color: #F4A521;
}
.TagClassName
{
border-color: #F4A521;
}
</style>