Shades of Dark Tangerine #F4B115
Tints of Dark Tangerine #F4B115
RGB
CMYK
RGB Variations
Color information
#F4B115 (or 0xF4B115) is known color: Dark Tangerine. HEX triplet: F4, B1 and 15. RGB value is (244,177,21). Sum of RGB (Red+Green+Blue) = 244+177+21=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4B115 is #0B4EEA. Grayscale: #B3B3B3. Windows color (decimal): -741099 or 1421812. OLE color: 1421812.
HSL color Cylindrical-coordinate representation of color #F4B115: hue angle of 41.97º 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 #F4B115 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 21 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.04 |
| HSL | 41.97º | 0.91% | 0.52% | - |
| HSV(B) | 41.97º | 0.91% | 0.96% | - |
| XYZ | 53.17 | 50.73 | 7.7 | - |
| YUV | 179.25 | 38.7 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 21 | 0 | 0.27 | 0.91 | 0.04 | 41.97 | 0.91 | 0.52 |
| Hex | F4 | B1 | 15 | 0 | 1B | 5B | 4 | 2A | 5B | 34 |
| Octal | 364 | 261 | 25 | 0 | 33 | 133 | 4 | 52 | 133 | 64 |
| Binary | 11110100 | 10110001 | 10101 | 0 | 11011 | 1011011 | 100 | 101010 | 1011011 | 110100 |
Color Harmonies of #F4B115
Complementary color
Monochromatic Colors of #F4B115
Black with #F4B115
Text Example
Text Example
White with #F4B115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B115; }
p { color: rgb(244,177,21); }
H1.HeaderClassName
{
color: #F4B115;
}
.AnyTagClassName
{
color: #F4B115;
}
</style>
background-color css
<style>
a { background-color: #F4B115; }
a { background-color: rgb(244,177,21); }
div.DivClassName
{
background-color: #F4B115;
}
.BgClassName
{
background-color: #F4B115;
}
</style>
border-color css
<style>
span { border-color: #F4B115; }
span { border-color: rgb(244,177,21); }
td.TdClassName
{
border-color: #F4B115;
}
.TagClassName
{
border-color: #F4B115;
}
</style>