Shades of Dark Tangerine #F4B020
Tints of Dark Tangerine #F4B020
RGB
CMYK
RGB Variations
Color information
#F4B020 (or 0xF4B020) is known color: Dark Tangerine. HEX triplet: F4, B0 and 20. RGB value is (244,176,32). Sum of RGB (Red+Green+Blue) = 244+176+32=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4B020 is #0B4FDF. Grayscale: #B4B4B4. Windows color (decimal): -741344 or 2142452. OLE color: 2142452.
HSL color Cylindrical-coordinate representation of color #F4B020: hue angle of 40.75º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4B020 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 32 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.04 |
| HSL | 40.75º | 0.91% | 0.54% | - |
| HSV(B) | 40.75º | 0.87% | 0.96% | - |
| XYZ | 53.09 | 50.39 | 8.29 | - |
| YUV | 179.92 | 44.53 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 32 | 0 | 0.28 | 0.87 | 0.04 | 40.75 | 0.91 | 0.54 |
| Hex | F4 | B0 | 20 | 0 | 1C | 57 | 4 | 29 | 5B | 36 |
| Octal | 364 | 260 | 40 | 0 | 34 | 127 | 4 | 51 | 133 | 66 |
| Binary | 11110100 | 10110000 | 100000 | 0 | 11100 | 1010111 | 100 | 101001 | 1011011 | 110110 |
Color Harmonies of #F4B020
Complementary color
Monochromatic Colors of #F4B020
Black with #F4B020
Text Example
Text Example
White with #F4B020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B020; }
p { color: rgb(244,176,32); }
H1.HeaderClassName
{
color: #F4B020;
}
.AnyTagClassName
{
color: #F4B020;
}
</style>
background-color css
<style>
a { background-color: #F4B020; }
a { background-color: rgb(244,176,32); }
div.DivClassName
{
background-color: #F4B020;
}
.BgClassName
{
background-color: #F4B020;
}
</style>
border-color css
<style>
span { border-color: #F4B020; }
span { border-color: rgb(244,176,32); }
td.TdClassName
{
border-color: #F4B020;
}
.TagClassName
{
border-color: #F4B020;
}
</style>