Shades of Dark Tangerine #F4A821
Tints of Dark Tangerine #F4A821
RGB
CMYK
RGB Variations
Color information
#F4A821 (or 0xF4A821) is known color: Dark Tangerine. HEX triplet: F4, A8 and 21. RGB value is (244,168,33). Sum of RGB (Red+Green+Blue) = 244+168+33=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A821 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A821 is #0B57DE. Grayscale: #AFAFAF. Windows color (decimal): -743391 or 2205940. OLE color: 2205940.
HSL color Cylindrical-coordinate representation of color #F4A821: hue angle of 38.39º 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 #F4A821 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 33 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.04 |
| HSL | 38.39º | 0.91% | 0.54% | - |
| HSV(B) | 38.39º | 0.86% | 0.96% | - |
| XYZ | 51.59 | 47.35 | 7.86 | - |
| YUV | 175.33 | 47.68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 33 | 0 | 0.31 | 0.86 | 0.04 | 38.39 | 0.91 | 0.54 |
| Hex | F4 | A8 | 21 | 0 | 1F | 56 | 4 | 26 | 5B | 36 |
| Octal | 364 | 250 | 41 | 0 | 37 | 126 | 4 | 46 | 133 | 66 |
| Binary | 11110100 | 10101000 | 100001 | 0 | 11111 | 1010110 | 100 | 100110 | 1011011 | 110110 |
Color Harmonies of #F4A821
Complementary color
Monochromatic Colors of #F4A821
Black with #F4A821
Text Example
Text Example
White with #F4A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A821; }
p { color: rgb(244,168,33); }
H1.HeaderClassName
{
color: #F4A821;
}
.AnyTagClassName
{
color: #F4A821;
}
</style>
background-color css
<style>
a { background-color: #F4A821; }
a { background-color: rgb(244,168,33); }
div.DivClassName
{
background-color: #F4A821;
}
.BgClassName
{
background-color: #F4A821;
}
</style>
border-color css
<style>
span { border-color: #F4A821; }
span { border-color: rgb(244,168,33); }
td.TdClassName
{
border-color: #F4A821;
}
.TagClassName
{
border-color: #F4A821;
}
</style>