Shades of Dark Tangerine #F4B411
Tints of Dark Tangerine #F4B411
RGB
CMYK
RGB Variations
Color information
#F4B411 (or 0xF4B411) is known color: Dark Tangerine. HEX triplet: F4, B4 and 11. RGB value is (244,180,17). Sum of RGB (Red+Green+Blue) = 244+180+17=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4B411 is #0B4BEE. Grayscale: #B5B5B5. Windows color (decimal): -740335 or 1160436. OLE color: 1160436.
HSL color Cylindrical-coordinate representation of color #F4B411: hue angle of 43.08º 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 #F4B411 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 180 | 17 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.04 |
| HSL | 43.08º | 0.91% | 0.51% | - |
| HSV(B) | 43.08º | 0.93% | 0.96% | - |
| XYZ | 53.73 | 51.92 | 7.72 | - |
| YUV | 180.55 | 35.7 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 180 | 17 | 0 | 0.26 | 0.93 | 0.04 | 43.08 | 0.91 | 0.51 |
| Hex | F4 | B4 | 11 | 0 | 1A | 5D | 4 | 2B | 5B | 33 |
| Octal | 364 | 264 | 21 | 0 | 32 | 135 | 4 | 53 | 133 | 63 |
| Binary | 11110100 | 10110100 | 10001 | 0 | 11010 | 1011101 | 100 | 101011 | 1011011 | 110011 |
Color Harmonies of #F4B411
Complementary color
Monochromatic Colors of #F4B411
Black with #F4B411
Text Example
Text Example
White with #F4B411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B411; }
p { color: rgb(244,180,17); }
H1.HeaderClassName
{
color: #F4B411;
}
.AnyTagClassName
{
color: #F4B411;
}
</style>
background-color css
<style>
a { background-color: #F4B411; }
a { background-color: rgb(244,180,17); }
div.DivClassName
{
background-color: #F4B411;
}
.BgClassName
{
background-color: #F4B411;
}
</style>
border-color css
<style>
span { border-color: #F4B411; }
span { border-color: rgb(244,180,17); }
td.TdClassName
{
border-color: #F4B411;
}
.TagClassName
{
border-color: #F4B411;
}
</style>