Shades of Dark Tangerine #FE9512
Tints of Dark Tangerine #FE9512
RGB
CMYK
RGB Variations
Color information
#FE9512 (or 0xFE9512) is known color: Dark Tangerine. HEX triplet: FE, 95 and 12. RGB value is (254,149,18). Sum of RGB (Red+Green+Blue) = 254+149+18=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9512 is #016AED. Grayscale: #A6A6A6. Windows color (decimal): -92910 or 1218046. OLE color: 1218046.
HSL color Cylindrical-coordinate representation of color #FE9512: hue angle of 33.31º 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 #FE9512 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 18 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.00 |
| HSL | 33.31º | 0.99% | 0.53% | - |
| HSV(B) | 33.31º | 0.93% | 1% | - |
| XYZ | 51.73 | 42.61 | 6.07 | - |
| YUV | 165.46 | 44.79 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 18 | 0 | 0.41 | 0.93 | 0.00 | 33.31 | 0.99 | 0.53 |
| Hex | FE | 95 | 12 | 0 | 29 | 5D | 0 | 21 | 63 | 35 |
| Octal | 376 | 225 | 22 | 0 | 51 | 135 | 0 | 41 | 143 | 65 |
| Binary | 11111110 | 10010101 | 10010 | 0 | 101001 | 1011101 | 0 | 100001 | 1100011 | 110101 |
Color Harmonies of #FE9512
Complementary color
Monochromatic Colors of #FE9512
Black with #FE9512
Text Example
Text Example
White with #FE9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9512; }
p { color: rgb(254,149,18); }
H1.HeaderClassName
{
color: #FE9512;
}
.AnyTagClassName
{
color: #FE9512;
}
</style>
background-color css
<style>
a { background-color: #FE9512; }
a { background-color: rgb(254,149,18); }
div.DivClassName
{
background-color: #FE9512;
}
.BgClassName
{
background-color: #FE9512;
}
</style>
border-color css
<style>
span { border-color: #FE9512; }
span { border-color: rgb(254,149,18); }
td.TdClassName
{
border-color: #FE9512;
}
.TagClassName
{
border-color: #FE9512;
}
</style>