Shades of Dark Tangerine #FE9613
Tints of Dark Tangerine #FE9613
RGB
CMYK
RGB Variations
Color information
#FE9613 (or 0xFE9613) is known color: Dark Tangerine. HEX triplet: FE, 96 and 13. RGB value is (254,150,19). Sum of RGB (Red+Green+Blue) = 254+150+19=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9613 is #0169EC. Grayscale: #A6A6A6. Windows color (decimal): -92653 or 1283838. OLE color: 1283838.
HSL color Cylindrical-coordinate representation of color #FE9613: hue angle of 33.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE9613 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 19 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.00 |
| HSL | 33.45º | 0.99% | 0.54% | - |
| HSV(B) | 33.45º | 0.93% | 1% | - |
| XYZ | 51.9 | 42.93 | 6.17 | - |
| YUV | 166.16 | 44.96 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 19 | 0 | 0.41 | 0.93 | 0.00 | 33.45 | 0.99 | 0.54 |
| Hex | FE | 96 | 13 | 0 | 29 | 5D | 0 | 21 | 63 | 36 |
| Octal | 376 | 226 | 23 | 0 | 51 | 135 | 0 | 41 | 143 | 66 |
| Binary | 11111110 | 10010110 | 10011 | 0 | 101001 | 1011101 | 0 | 100001 | 1100011 | 110110 |
Color Harmonies of #FE9613
Complementary color
Monochromatic Colors of #FE9613
Black with #FE9613
Text Example
Text Example
White with #FE9613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9613; }
p { color: rgb(254,150,19); }
H1.HeaderClassName
{
color: #FE9613;
}
.AnyTagClassName
{
color: #FE9613;
}
</style>
background-color css
<style>
a { background-color: #FE9613; }
a { background-color: rgb(254,150,19); }
div.DivClassName
{
background-color: #FE9613;
}
.BgClassName
{
background-color: #FE9613;
}
</style>
border-color css
<style>
span { border-color: #FE9613; }
span { border-color: rgb(254,150,19); }
td.TdClassName
{
border-color: #FE9613;
}
.TagClassName
{
border-color: #FE9613;
}
</style>