Shades of Dark Tangerine #FF9813
Tints of Dark Tangerine #FF9813
RGB
CMYK
RGB Variations
Color information
#FF9813 (or 0xFF9813) is known color: Dark Tangerine. HEX triplet: FF, 98 and 13. RGB value is (255,152,19). Sum of RGB (Red+Green+Blue) = 255+152+19=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9813 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9813 is #0067EC. Grayscale: #A8A8A8. Windows color (decimal): -26605 or 1284351. OLE color: 1284351.
HSL color Cylindrical-coordinate representation of color #FF9813: hue angle of 33.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF9813 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 19 | - |
| CMYK | 0 | 0.40 | 0.93 | 0 |
| HSL | 33.81º | 1% | 0.54% | - |
| HSV(B) | 33.81º | 0.93% | 1% | - |
| XYZ | 52.59 | 43.76 | 6.29 | - |
| YUV | 167.64 | 44.12 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 19 | 0 | 0.40 | 0.93 | 0 | 33.81 | 1 | 0.54 |
| Hex | FF | 98 | 13 | 0 | 28 | 5D | 0 | 22 | 64 | 36 |
| Octal | 377 | 230 | 23 | 0 | 50 | 135 | 0 | 42 | 144 | 66 |
| Binary | 11111111 | 10011000 | 10011 | 0 | 101000 | 1011101 | 0 | 100010 | 1100100 | 110110 |
Color Harmonies of #FF9813
Complementary color
Monochromatic Colors of #FF9813
Black with #FF9813
Text Example
Text Example
White with #FF9813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9813; }
p { color: rgb(255,152,19); }
H1.HeaderClassName
{
color: #FF9813;
}
.AnyTagClassName
{
color: #FF9813;
}
</style>
background-color css
<style>
a { background-color: #FF9813; }
a { background-color: rgb(255,152,19); }
div.DivClassName
{
background-color: #FF9813;
}
.BgClassName
{
background-color: #FF9813;
}
</style>
border-color css
<style>
span { border-color: #FF9813; }
span { border-color: rgb(255,152,19); }
td.TdClassName
{
border-color: #FF9813;
}
.TagClassName
{
border-color: #FF9813;
}
</style>