Shades of Dark Tangerine #F1B010
Tints of Dark Tangerine #F1B010
RGB
CMYK
RGB Variations
Color information
#F1B010 (or 0xF1B010) is known color: Dark Tangerine. HEX triplet: F1, B0 and 10. RGB value is (241,176,16). Sum of RGB (Red+Green+Blue) = 241+176+16=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1B010 is #0E4FEF. Grayscale: #B1B1B1. Windows color (decimal): -937968 or 1093873. OLE color: 1093873.
HSL color Cylindrical-coordinate representation of color #F1B010: hue angle of 42.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1B010 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 16 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.05 |
| HSL | 42.67º | 0.89% | 0.5% | - |
| HSV(B) | 42.67º | 0.93% | 0.95% | - |
| XYZ | 51.89 | 49.79 | 7.37 | - |
| YUV | 177.2 | 37.03 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 16 | 0 | 0.27 | 0.93 | 0.05 | 42.67 | 0.89 | 0.5 |
| Hex | F1 | B0 | 10 | 0 | 1B | 5D | 5 | 2B | 59 | 32 |
| Octal | 361 | 260 | 20 | 0 | 33 | 135 | 5 | 53 | 131 | 62 |
| Binary | 11110001 | 10110000 | 10000 | 0 | 11011 | 1011101 | 101 | 101011 | 1011001 | 110010 |
Color Harmonies of #F1B010
Complementary color
Monochromatic Colors of #F1B010
Black with #F1B010
Text Example
Text Example
White with #F1B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B010; }
p { color: rgb(241,176,16); }
H1.HeaderClassName
{
color: #F1B010;
}
.AnyTagClassName
{
color: #F1B010;
}
</style>
background-color css
<style>
a { background-color: #F1B010; }
a { background-color: rgb(241,176,16); }
div.DivClassName
{
background-color: #F1B010;
}
.BgClassName
{
background-color: #F1B010;
}
</style>
border-color css
<style>
span { border-color: #F1B010; }
span { border-color: rgb(241,176,16); }
td.TdClassName
{
border-color: #F1B010;
}
.TagClassName
{
border-color: #F1B010;
}
</style>