Shades of Dark Tangerine #FF9715
Tints of Dark Tangerine #FF9715
RGB
CMYK
RGB Variations
Color information
#FF9715 (or 0xFF9715) is known color: Dark Tangerine. HEX triplet: FF, 97 and 15. RGB value is (255,151,21). Sum of RGB (Red+Green+Blue) = 255+151+21=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9715 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9715 is #0068EA. Grayscale: #A7A7A7. Windows color (decimal): -26859 or 1415167. OLE color: 1415167.
HSL color Cylindrical-coordinate representation of color #FF9715: hue angle of 33.33º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF9715 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 21 | - |
| CMYK | 0 | 0.41 | 0.92 | 0 |
| HSL | 33.33º | 1% | 0.54% | - |
| HSV(B) | 33.33º | 0.92% | 1% | - |
| XYZ | 52.44 | 43.45 | 6.33 | - |
| YUV | 167.28 | 45.46 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 21 | 0 | 0.41 | 0.92 | 0 | 33.33 | 1 | 0.54 |
| Hex | FF | 97 | 15 | 0 | 29 | 5C | 0 | 21 | 64 | 36 |
| Octal | 377 | 227 | 25 | 0 | 51 | 134 | 0 | 41 | 144 | 66 |
| Binary | 11111111 | 10010111 | 10101 | 0 | 101001 | 1011100 | 0 | 100001 | 1100100 | 110110 |
Color Harmonies of #FF9715
Complementary color
Monochromatic Colors of #FF9715
Black with #FF9715
Text Example
Text Example
White with #FF9715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9715; }
p { color: rgb(255,151,21); }
H1.HeaderClassName
{
color: #FF9715;
}
.AnyTagClassName
{
color: #FF9715;
}
</style>
background-color css
<style>
a { background-color: #FF9715; }
a { background-color: rgb(255,151,21); }
div.DivClassName
{
background-color: #FF9715;
}
.BgClassName
{
background-color: #FF9715;
}
</style>
border-color css
<style>
span { border-color: #FF9715; }
span { border-color: rgb(255,151,21); }
td.TdClassName
{
border-color: #FF9715;
}
.TagClassName
{
border-color: #FF9715;
}
</style>