Shades of Dark Tangerine #F4B512
Tints of Dark Tangerine #F4B512
RGB
CMYK
RGB Variations
Color information
#F4B512 (or 0xF4B512) is known color: Dark Tangerine. HEX triplet: F4, B5 and 12. RGB value is (244,181,18). Sum of RGB (Red+Green+Blue) = 244+181+18=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4B512 is #0B4AED. Grayscale: #B5B5B5. Windows color (decimal): -740078 or 1226228. OLE color: 1226228.
HSL color Cylindrical-coordinate representation of color #F4B512: hue angle of 43.27º 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 #F4B512 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 18 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.04 |
| HSL | 43.27º | 0.91% | 0.51% | - |
| HSV(B) | 43.27º | 0.93% | 0.96% | - |
| XYZ | 53.94 | 52.32 | 7.83 | - |
| YUV | 181.26 | 35.87 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 18 | 0 | 0.26 | 0.93 | 0.04 | 43.27 | 0.91 | 0.51 |
| Hex | F4 | B5 | 12 | 0 | 1A | 5D | 4 | 2B | 5B | 33 |
| Octal | 364 | 265 | 22 | 0 | 32 | 135 | 4 | 53 | 133 | 63 |
| Binary | 11110100 | 10110101 | 10010 | 0 | 11010 | 1011101 | 100 | 101011 | 1011011 | 110011 |
Color Harmonies of #F4B512
Complementary color
Monochromatic Colors of #F4B512
Black with #F4B512
Text Example
Text Example
White with #F4B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B512; }
p { color: rgb(244,181,18); }
H1.HeaderClassName
{
color: #F4B512;
}
.AnyTagClassName
{
color: #F4B512;
}
</style>
background-color css
<style>
a { background-color: #F4B512; }
a { background-color: rgb(244,181,18); }
div.DivClassName
{
background-color: #F4B512;
}
.BgClassName
{
background-color: #F4B512;
}
</style>
border-color css
<style>
span { border-color: #F4B512; }
span { border-color: rgb(244,181,18); }
td.TdClassName
{
border-color: #F4B512;
}
.TagClassName
{
border-color: #F4B512;
}
</style>