Shades of Dark Tangerine #F4B315
Tints of Dark Tangerine #F4B315
RGB
CMYK
RGB Variations
Color information
#F4B315 (or 0xF4B315) is known color: Dark Tangerine. HEX triplet: F4, B3 and 15. RGB value is (244,179,21). Sum of RGB (Red+Green+Blue) = 244+179+21=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4B315 is #0B4CEA. Grayscale: #B5B5B5. Windows color (decimal): -740587 or 1422324. OLE color: 1422324.
HSL color Cylindrical-coordinate representation of color #F4B315: hue angle of 42.51º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4B315 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 21 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.04 |
| HSL | 42.51º | 0.91% | 0.52% | - |
| HSV(B) | 42.51º | 0.91% | 0.96% | - |
| XYZ | 53.56 | 51.53 | 7.83 | - |
| YUV | 180.42 | 38.03 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 21 | 0 | 0.27 | 0.91 | 0.04 | 42.51 | 0.91 | 0.52 |
| Hex | F4 | B3 | 15 | 0 | 1B | 5B | 4 | 2B | 5B | 34 |
| Octal | 364 | 263 | 25 | 0 | 33 | 133 | 4 | 53 | 133 | 64 |
| Binary | 11110100 | 10110011 | 10101 | 0 | 11011 | 1011011 | 100 | 101011 | 1011011 | 110100 |
Color Harmonies of #F4B315
Complementary color
Monochromatic Colors of #F4B315
Black with #F4B315
Text Example
Text Example
White with #F4B315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B315; }
p { color: rgb(244,179,21); }
H1.HeaderClassName
{
color: #F4B315;
}
.AnyTagClassName
{
color: #F4B315;
}
</style>
background-color css
<style>
a { background-color: #F4B315; }
a { background-color: rgb(244,179,21); }
div.DivClassName
{
background-color: #F4B315;
}
.BgClassName
{
background-color: #F4B315;
}
</style>
border-color css
<style>
span { border-color: #F4B315; }
span { border-color: rgb(244,179,21); }
td.TdClassName
{
border-color: #F4B315;
}
.TagClassName
{
border-color: #F4B315;
}
</style>