Shades of Dark Tangerine #FE9914
Tints of Dark Tangerine #FE9914
RGB
CMYK
RGB Variations
Color information
#FE9914 (or 0xFE9914) is known color: Dark Tangerine. HEX triplet: FE, 99 and 14. RGB value is (254,153,20). Sum of RGB (Red+Green+Blue) = 254+153+20=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9914 is #0166EB. Grayscale: #A8A8A8. Windows color (decimal): -91884 or 1350142. OLE color: 1350142.
HSL color Cylindrical-coordinate representation of color #FE9914: hue angle of 34.1º 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 #FE9914 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 20 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.00 |
| HSL | 34.1º | 0.99% | 0.54% | - |
| HSV(B) | 34.1º | 0.92% | 1% | - |
| XYZ | 52.39 | 43.9 | 6.37 | - |
| YUV | 168.04 | 44.46 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 20 | 0 | 0.40 | 0.92 | 0.00 | 34.1 | 0.99 | 0.54 |
| Hex | FE | 99 | 14 | 0 | 28 | 5C | 0 | 22 | 63 | 36 |
| Octal | 376 | 231 | 24 | 0 | 50 | 134 | 0 | 42 | 143 | 66 |
| Binary | 11111110 | 10011001 | 10100 | 0 | 101000 | 1011100 | 0 | 100010 | 1100011 | 110110 |
Color Harmonies of #FE9914
Complementary color
Monochromatic Colors of #FE9914
Black with #FE9914
Text Example
Text Example
White with #FE9914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9914; }
p { color: rgb(254,153,20); }
H1.HeaderClassName
{
color: #FE9914;
}
.AnyTagClassName
{
color: #FE9914;
}
</style>
background-color css
<style>
a { background-color: #FE9914; }
a { background-color: rgb(254,153,20); }
div.DivClassName
{
background-color: #FE9914;
}
.BgClassName
{
background-color: #FE9914;
}
</style>
border-color css
<style>
span { border-color: #FE9914; }
span { border-color: rgb(254,153,20); }
td.TdClassName
{
border-color: #FE9914;
}
.TagClassName
{
border-color: #FE9914;
}
</style>