Shades of Dark Tangerine #FE9814
Tints of Dark Tangerine #FE9814
RGB
CMYK
RGB Variations
Color information
#FE9814 (or 0xFE9814) is known color: Dark Tangerine. HEX triplet: FE, 98 and 14. RGB value is (254,152,20). Sum of RGB (Red+Green+Blue) = 254+152+20=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9814 is #0167EB. Grayscale: #A8A8A8. Windows color (decimal): -92140 or 1349886. OLE color: 1349886.
HSL color Cylindrical-coordinate representation of color #FE9814: hue angle of 33.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE9814 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 20 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.00 |
| HSL | 33.85º | 0.99% | 0.54% | - |
| HSV(B) | 33.85º | 0.92% | 1% | - |
| XYZ | 52.23 | 43.58 | 6.32 | - |
| YUV | 167.45 | 44.79 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 20 | 0 | 0.40 | 0.92 | 0.00 | 33.85 | 0.99 | 0.54 |
| Hex | FE | 98 | 14 | 0 | 28 | 5C | 0 | 22 | 63 | 36 |
| Octal | 376 | 230 | 24 | 0 | 50 | 134 | 0 | 42 | 143 | 66 |
| Binary | 11111110 | 10011000 | 10100 | 0 | 101000 | 1011100 | 0 | 100010 | 1100011 | 110110 |
Color Harmonies of #FE9814
Complementary color
Monochromatic Colors of #FE9814
Black with #FE9814
Text Example
Text Example
White with #FE9814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9814; }
p { color: rgb(254,152,20); }
H1.HeaderClassName
{
color: #FE9814;
}
.AnyTagClassName
{
color: #FE9814;
}
</style>
background-color css
<style>
a { background-color: #FE9814; }
a { background-color: rgb(254,152,20); }
div.DivClassName
{
background-color: #FE9814;
}
.BgClassName
{
background-color: #FE9814;
}
</style>
border-color css
<style>
span { border-color: #FE9814; }
span { border-color: rgb(254,152,20); }
td.TdClassName
{
border-color: #FE9814;
}
.TagClassName
{
border-color: #FE9814;
}
</style>