Shades of Dark Tangerine #FE9717
Tints of Dark Tangerine #FE9717
RGB
CMYK
RGB Variations
Color information
#FE9717 (or 0xFE9717) is known color: Dark Tangerine. HEX triplet: FE, 97 and 17. RGB value is (254,151,23). Sum of RGB (Red+Green+Blue) = 254+151+23=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9717 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9717 is #0168E8. Grayscale: #A7A7A7. Windows color (decimal): -92393 or 1546238. OLE color: 1546238.
HSL color Cylindrical-coordinate representation of color #FE9717: hue angle of 33.25º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE9717 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 23 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.00 |
| HSL | 33.25º | 0.99% | 0.54% | - |
| HSV(B) | 33.25º | 0.91% | 1% | - |
| XYZ | 52.09 | 43.27 | 6.42 | - |
| YUV | 167.21 | 46.62 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 23 | 0 | 0.41 | 0.91 | 0.00 | 33.25 | 0.99 | 0.54 |
| Hex | FE | 97 | 17 | 0 | 29 | 5B | 0 | 21 | 63 | 36 |
| Octal | 376 | 227 | 27 | 0 | 51 | 133 | 0 | 41 | 143 | 66 |
| Binary | 11111110 | 10010111 | 10111 | 0 | 101001 | 1011011 | 0 | 100001 | 1100011 | 110110 |
Color Harmonies of #FE9717
Complementary color
Monochromatic Colors of #FE9717
Black with #FE9717
Text Example
Text Example
White with #FE9717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9717; }
p { color: rgb(254,151,23); }
H1.HeaderClassName
{
color: #FE9717;
}
.AnyTagClassName
{
color: #FE9717;
}
</style>
background-color css
<style>
a { background-color: #FE9717; }
a { background-color: rgb(254,151,23); }
div.DivClassName
{
background-color: #FE9717;
}
.BgClassName
{
background-color: #FE9717;
}
</style>
border-color css
<style>
span { border-color: #FE9717; }
span { border-color: rgb(254,151,23); }
td.TdClassName
{
border-color: #FE9717;
}
.TagClassName
{
border-color: #FE9717;
}
</style>