Shades of Dark Tangerine #F4B112
Tints of Dark Tangerine #F4B112
RGB
CMYK
RGB Variations
Color information
#F4B112 (or 0xF4B112) is known color: Dark Tangerine. HEX triplet: F4, B1 and 12. RGB value is (244,177,18). Sum of RGB (Red+Green+Blue) = 244+177+18=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4B112 is #0B4EED. Grayscale: #B3B3B3. Windows color (decimal): -741102 or 1225204. OLE color: 1225204.
HSL color Cylindrical-coordinate representation of color #F4B112: hue angle of 42.21º 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 #F4B112 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 18 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.04 |
| HSL | 42.21º | 0.91% | 0.51% | - |
| HSV(B) | 42.21º | 0.93% | 0.96% | - |
| XYZ | 53.14 | 50.72 | 7.56 | - |
| YUV | 178.91 | 37.2 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 18 | 0 | 0.27 | 0.93 | 0.04 | 42.21 | 0.91 | 0.51 |
| Hex | F4 | B1 | 12 | 0 | 1B | 5D | 4 | 2A | 5B | 33 |
| Octal | 364 | 261 | 22 | 0 | 33 | 135 | 4 | 52 | 133 | 63 |
| Binary | 11110100 | 10110001 | 10010 | 0 | 11011 | 1011101 | 100 | 101010 | 1011011 | 110011 |
Color Harmonies of #F4B112
Complementary color
Monochromatic Colors of #F4B112
Black with #F4B112
Text Example
Text Example
White with #F4B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B112; }
p { color: rgb(244,177,18); }
H1.HeaderClassName
{
color: #F4B112;
}
.AnyTagClassName
{
color: #F4B112;
}
</style>
background-color css
<style>
a { background-color: #F4B112; }
a { background-color: rgb(244,177,18); }
div.DivClassName
{
background-color: #F4B112;
}
.BgClassName
{
background-color: #F4B112;
}
</style>
border-color css
<style>
span { border-color: #F4B112; }
span { border-color: rgb(244,177,18); }
td.TdClassName
{
border-color: #F4B112;
}
.TagClassName
{
border-color: #F4B112;
}
</style>