Shades of Dark Tangerine #FF9713
Tints of Dark Tangerine #FF9713
RGB
CMYK
RGB Variations
Color information
#FF9713 (or 0xFF9713) is known color: Dark Tangerine. HEX triplet: FF, 97 and 13. RGB value is (255,151,19). Sum of RGB (Red+Green+Blue) = 255+151+19=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9713 is #0068EC. Grayscale: #A7A7A7. Windows color (decimal): -26861 or 1284095. OLE color: 1284095.
HSL color Cylindrical-coordinate representation of color #FF9713: hue angle of 33.56º 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 #FF9713 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 19 | - |
| CMYK | 0 | 0.41 | 0.93 | 0 |
| HSL | 33.56º | 1% | 0.54% | - |
| HSV(B) | 33.56º | 0.93% | 1% | - |
| XYZ | 52.42 | 43.44 | 6.24 | - |
| YUV | 167.05 | 44.46 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 19 | 0 | 0.41 | 0.93 | 0 | 33.56 | 1 | 0.54 |
| Hex | FF | 97 | 13 | 0 | 29 | 5D | 0 | 22 | 64 | 36 |
| Octal | 377 | 227 | 23 | 0 | 51 | 135 | 0 | 42 | 144 | 66 |
| Binary | 11111111 | 10010111 | 10011 | 0 | 101001 | 1011101 | 0 | 100010 | 1100100 | 110110 |
Color Harmonies of #FF9713
Complementary color
Monochromatic Colors of #FF9713
Black with #FF9713
Text Example
Text Example
White with #FF9713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9713; }
p { color: rgb(255,151,19); }
H1.HeaderClassName
{
color: #FF9713;
}
.AnyTagClassName
{
color: #FF9713;
}
</style>
background-color css
<style>
a { background-color: #FF9713; }
a { background-color: rgb(255,151,19); }
div.DivClassName
{
background-color: #FF9713;
}
.BgClassName
{
background-color: #FF9713;
}
</style>
border-color css
<style>
span { border-color: #FF9713; }
span { border-color: rgb(255,151,19); }
td.TdClassName
{
border-color: #FF9713;
}
.TagClassName
{
border-color: #FF9713;
}
</style>