Shades of Dark Tangerine #FE9912
Tints of Dark Tangerine #FE9912
RGB
CMYK
RGB Variations
Color information
#FE9912 (or 0xFE9912) is known color: Dark Tangerine. HEX triplet: FE, 99 and 12. RGB value is (254,153,18). Sum of RGB (Red+Green+Blue) = 254+153+18=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9912 is #0166ED. Grayscale: #A8A8A8. Windows color (decimal): -91886 or 1219070. OLE color: 1219070.
HSL color Cylindrical-coordinate representation of color #FE9912: hue angle of 34.32º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE9912 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 18 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.00 |
| HSL | 34.32º | 0.99% | 0.53% | - |
| HSV(B) | 34.32º | 0.93% | 1% | - |
| XYZ | 52.37 | 43.9 | 6.28 | - |
| YUV | 167.81 | 43.46 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 18 | 0 | 0.40 | 0.93 | 0.00 | 34.32 | 0.99 | 0.53 |
| Hex | FE | 99 | 12 | 0 | 28 | 5D | 0 | 22 | 63 | 35 |
| Octal | 376 | 231 | 22 | 0 | 50 | 135 | 0 | 42 | 143 | 65 |
| Binary | 11111110 | 10011001 | 10010 | 0 | 101000 | 1011101 | 0 | 100010 | 1100011 | 110101 |
Color Harmonies of #FE9912
Complementary color
Monochromatic Colors of #FE9912
Black with #FE9912
Text Example
Text Example
White with #FE9912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9912; }
p { color: rgb(254,153,18); }
H1.HeaderClassName
{
color: #FE9912;
}
.AnyTagClassName
{
color: #FE9912;
}
</style>
background-color css
<style>
a { background-color: #FE9912; }
a { background-color: rgb(254,153,18); }
div.DivClassName
{
background-color: #FE9912;
}
.BgClassName
{
background-color: #FE9912;
}
</style>
border-color css
<style>
span { border-color: #FE9912; }
span { border-color: rgb(254,153,18); }
td.TdClassName
{
border-color: #FE9912;
}
.TagClassName
{
border-color: #FE9912;
}
</style>