Shades of Dark Tangerine #FF9810
Tints of Dark Tangerine #FF9810
RGB
CMYK
RGB Variations
Color information
#FF9810 (or 0xFF9810) is known color: Dark Tangerine. HEX triplet: FF, 98 and 10. RGB value is (255,152,16). Sum of RGB (Red+Green+Blue) = 255+152+16=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9810 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9810 is #0067EF. Grayscale: #A7A7A7. Windows color (decimal): -26608 or 1087743. OLE color: 1087743.
HSL color Cylindrical-coordinate representation of color #FF9810: hue angle of 34.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF9810 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 16 | - |
| CMYK | 0 | 0.40 | 0.94 | 0 |
| HSL | 34.14º | 1% | 0.53% | - |
| HSV(B) | 34.14º | 0.94% | 1% | - |
| XYZ | 52.56 | 43.75 | 6.17 | - |
| YUV | 167.29 | 42.62 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 16 | 0 | 0.40 | 0.94 | 0 | 34.14 | 1 | 0.53 |
| Hex | FF | 98 | 10 | 0 | 28 | 5E | 0 | 22 | 64 | 35 |
| Octal | 377 | 230 | 20 | 0 | 50 | 136 | 0 | 42 | 144 | 65 |
| Binary | 11111111 | 10011000 | 10000 | 0 | 101000 | 1011110 | 0 | 100010 | 1100100 | 110101 |
Color Harmonies of #FF9810
Complementary color
Monochromatic Colors of #FF9810
Black with #FF9810
Text Example
Text Example
White with #FF9810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9810; }
p { color: rgb(255,152,16); }
H1.HeaderClassName
{
color: #FF9810;
}
.AnyTagClassName
{
color: #FF9810;
}
</style>
background-color css
<style>
a { background-color: #FF9810; }
a { background-color: rgb(255,152,16); }
div.DivClassName
{
background-color: #FF9810;
}
.BgClassName
{
background-color: #FF9810;
}
</style>
border-color css
<style>
span { border-color: #FF9810; }
span { border-color: rgb(255,152,16); }
td.TdClassName
{
border-color: #FF9810;
}
.TagClassName
{
border-color: #FF9810;
}
</style>