Shades of Dark Tangerine #FE9812
Tints of Dark Tangerine #FE9812
RGB
CMYK
RGB Variations
Color information
#FE9812 (or 0xFE9812) is known color: Dark Tangerine. HEX triplet: FE, 98 and 12. RGB value is (254,152,18). Sum of RGB (Red+Green+Blue) = 254+152+18=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9812 is #0167ED. Grayscale: #A7A7A7. Windows color (decimal): -92142 or 1218814. OLE color: 1218814.
HSL color Cylindrical-coordinate representation of color #FE9812: hue angle of 34.07º 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 #FE9812 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 18 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.00 |
| HSL | 34.07º | 0.99% | 0.53% | - |
| HSV(B) | 34.07º | 0.93% | 1% | - |
| XYZ | 52.21 | 43.57 | 6.23 | - |
| YUV | 167.22 | 43.79 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 18 | 0 | 0.40 | 0.93 | 0.00 | 34.07 | 0.99 | 0.53 |
| Hex | FE | 98 | 12 | 0 | 28 | 5D | 0 | 22 | 63 | 35 |
| Octal | 376 | 230 | 22 | 0 | 50 | 135 | 0 | 42 | 143 | 65 |
| Binary | 11111110 | 10011000 | 10010 | 0 | 101000 | 1011101 | 0 | 100010 | 1100011 | 110101 |
Color Harmonies of #FE9812
Complementary color
Monochromatic Colors of #FE9812
Black with #FE9812
Text Example
Text Example
White with #FE9812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9812; }
p { color: rgb(254,152,18); }
H1.HeaderClassName
{
color: #FE9812;
}
.AnyTagClassName
{
color: #FE9812;
}
</style>
background-color css
<style>
a { background-color: #FE9812; }
a { background-color: rgb(254,152,18); }
div.DivClassName
{
background-color: #FE9812;
}
.BgClassName
{
background-color: #FE9812;
}
</style>
border-color css
<style>
span { border-color: #FE9812; }
span { border-color: rgb(254,152,18); }
td.TdClassName
{
border-color: #FE9812;
}
.TagClassName
{
border-color: #FE9812;
}
</style>