Shades of Dark Tangerine #F1B10E
Tints of Dark Tangerine #F1B10E
RGB
CMYK
RGB Variations
Color information
#F1B10E (or 0xF1B10E) is known color: Dark Tangerine. HEX triplet: F1, B1 and 0E. RGB value is (241,177,14). Sum of RGB (Red+Green+Blue) = 241+177+14=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1B10E is #0E4EF1. Grayscale: #B2B2B2. Windows color (decimal): -937714 or 963057. OLE color: 963057.
HSL color Cylindrical-coordinate representation of color #F1B10E: hue angle of 43.08º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1B10E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 14 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.05 |
| HSL | 43.08º | 0.89% | 0.5% | - |
| HSV(B) | 43.08º | 0.94% | 0.95% | - |
| XYZ | 52.08 | 50.18 | 7.36 | - |
| YUV | 177.55 | 35.7 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 14 | 0 | 0.27 | 0.94 | 0.05 | 43.08 | 0.89 | 0.5 |
| Hex | F1 | B1 | E | 0 | 1B | 5E | 5 | 2B | 59 | 32 |
| Octal | 361 | 261 | 16 | 0 | 33 | 136 | 5 | 53 | 131 | 62 |
| Binary | 11110001 | 10110001 | 1110 | 0 | 11011 | 1011110 | 101 | 101011 | 1011001 | 110010 |
Color Harmonies of #F1B10E
Complementary color
Monochromatic Colors of #F1B10E
Black with #F1B10E
Text Example
Text Example
White with #F1B10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B10E; }
p { color: rgb(241,177,14); }
H1.HeaderClassName
{
color: #F1B10E;
}
.AnyTagClassName
{
color: #F1B10E;
}
</style>
background-color css
<style>
a { background-color: #F1B10E; }
a { background-color: rgb(241,177,14); }
div.DivClassName
{
background-color: #F1B10E;
}
.BgClassName
{
background-color: #F1B10E;
}
</style>
border-color css
<style>
span { border-color: #F1B10E; }
span { border-color: rgb(241,177,14); }
td.TdClassName
{
border-color: #F1B10E;
}
.TagClassName
{
border-color: #F1B10E;
}
</style>