Shades of Dark Tangerine #F4B319
Tints of Dark Tangerine #F4B319
RGB
CMYK
RGB Variations
Color information
#F4B319 (or 0xF4B319) is known color: Dark Tangerine. HEX triplet: F4, B3 and 19. RGB value is (244,179,25). Sum of RGB (Red+Green+Blue) = 244+179+25=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 25 (10.16% from 255 or 5.58% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4B319 is #0B4CE6. Grayscale: #B5B5B5. Windows color (decimal): -740583 or 1684468. OLE color: 1684468.
HSL color Cylindrical-coordinate representation of color #F4B319: hue angle of 42.19º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4B319 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 25 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.04 |
| HSL | 42.19º | 0.91% | 0.53% | - |
| HSV(B) | 42.19º | 0.9% | 0.96% | - |
| XYZ | 53.6 | 51.54 | 8.04 | - |
| YUV | 180.88 | 40.03 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 25 | 0 | 0.27 | 0.90 | 0.04 | 42.19 | 0.91 | 0.53 |
| Hex | F4 | B3 | 19 | 0 | 1B | 5A | 4 | 2A | 5B | 35 |
| Octal | 364 | 263 | 31 | 0 | 33 | 132 | 4 | 52 | 133 | 65 |
| Binary | 11110100 | 10110011 | 11001 | 0 | 11011 | 1011010 | 100 | 101010 | 1011011 | 110101 |
Color Harmonies of #F4B319
Complementary color
Monochromatic Colors of #F4B319
Black with #F4B319
Text Example
Text Example
White with #F4B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B319; }
p { color: rgb(244,179,25); }
H1.HeaderClassName
{
color: #F4B319;
}
.AnyTagClassName
{
color: #F4B319;
}
</style>
background-color css
<style>
a { background-color: #F4B319; }
a { background-color: rgb(244,179,25); }
div.DivClassName
{
background-color: #F4B319;
}
.BgClassName
{
background-color: #F4B319;
}
</style>
border-color css
<style>
span { border-color: #F4B319; }
span { border-color: rgb(244,179,25); }
td.TdClassName
{
border-color: #F4B319;
}
.TagClassName
{
border-color: #F4B319;
}
</style>