Shades of Dark Tangerine #FE9616
Tints of Dark Tangerine #FE9616
RGB
CMYK
RGB Variations
Color information
#FE9616 (or 0xFE9616) is known color: Dark Tangerine. HEX triplet: FE, 96 and 16. RGB value is (254,150,22). Sum of RGB (Red+Green+Blue) = 254+150+22=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9616 is #0169E9. Grayscale: #A7A7A7. Windows color (decimal): -92650 or 1480446. OLE color: 1480446.
HSL color Cylindrical-coordinate representation of color #FE9616: hue angle of 33.1º 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 #FE9616 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 22 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.00 |
| HSL | 33.1º | 0.99% | 0.54% | - |
| HSV(B) | 33.1º | 0.91% | 1% | - |
| XYZ | 51.92 | 42.94 | 6.31 | - |
| YUV | 166.5 | 46.46 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 22 | 0 | 0.41 | 0.91 | 0.00 | 33.1 | 0.99 | 0.54 |
| Hex | FE | 96 | 16 | 0 | 29 | 5B | 0 | 21 | 63 | 36 |
| Octal | 376 | 226 | 26 | 0 | 51 | 133 | 0 | 41 | 143 | 66 |
| Binary | 11111110 | 10010110 | 10110 | 0 | 101001 | 1011011 | 0 | 100001 | 1100011 | 110110 |
Color Harmonies of #FE9616
Complementary color
Monochromatic Colors of #FE9616
Black with #FE9616
Text Example
Text Example
White with #FE9616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9616; }
p { color: rgb(254,150,22); }
H1.HeaderClassName
{
color: #FE9616;
}
.AnyTagClassName
{
color: #FE9616;
}
</style>
background-color css
<style>
a { background-color: #FE9616; }
a { background-color: rgb(254,150,22); }
div.DivClassName
{
background-color: #FE9616;
}
.BgClassName
{
background-color: #FE9616;
}
</style>
border-color css
<style>
span { border-color: #FE9616; }
span { border-color: rgb(254,150,22); }
td.TdClassName
{
border-color: #FE9616;
}
.TagClassName
{
border-color: #FE9616;
}
</style>