Shades of Dark Tangerine #FE9713
Tints of Dark Tangerine #FE9713
RGB
CMYK
RGB Variations
Color information
#FE9713 (or 0xFE9713) is known color: Dark Tangerine. HEX triplet: FE, 97 and 13. RGB value is (254,151,19). Sum of RGB (Red+Green+Blue) = 254+151+19=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9713 is #0168EC. Grayscale: #A7A7A7. Windows color (decimal): -92397 or 1284094. OLE color: 1284094.
HSL color Cylindrical-coordinate representation of color #FE9713: hue angle of 33.7º 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 #FE9713 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 19 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.00 |
| HSL | 33.7º | 0.99% | 0.54% | - |
| HSV(B) | 33.7º | 0.93% | 1% | - |
| XYZ | 52.06 | 43.25 | 6.22 | - |
| YUV | 166.75 | 44.62 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 19 | 0 | 0.41 | 0.93 | 0.00 | 33.7 | 0.99 | 0.54 |
| Hex | FE | 97 | 13 | 0 | 29 | 5D | 0 | 22 | 63 | 36 |
| Octal | 376 | 227 | 23 | 0 | 51 | 135 | 0 | 42 | 143 | 66 |
| Binary | 11111110 | 10010111 | 10011 | 0 | 101001 | 1011101 | 0 | 100010 | 1100011 | 110110 |
Color Harmonies of #FE9713
Complementary color
Monochromatic Colors of #FE9713
Black with #FE9713
Text Example
Text Example
White with #FE9713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9713; }
p { color: rgb(254,151,19); }
H1.HeaderClassName
{
color: #FE9713;
}
.AnyTagClassName
{
color: #FE9713;
}
</style>
background-color css
<style>
a { background-color: #FE9713; }
a { background-color: rgb(254,151,19); }
div.DivClassName
{
background-color: #FE9713;
}
.BgClassName
{
background-color: #FE9713;
}
</style>
border-color css
<style>
span { border-color: #FE9713; }
span { border-color: rgb(254,151,19); }
td.TdClassName
{
border-color: #FE9713;
}
.TagClassName
{
border-color: #FE9713;
}
</style>