Shades of Dark Tangerine #FE9A0F
Tints of Dark Tangerine #FE9A0F
RGB
CMYK
RGB Variations
Color information
#FE9A0F (or 0xFE9A0F) is known color: Dark Tangerine. HEX triplet: FE, 9A and 0F. RGB value is (254,154,15). Sum of RGB (Red+Green+Blue) = 254+154+15=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9A0F is #0165F0. Grayscale: #A8A8A8. Windows color (decimal): -91633 or 1022718. OLE color: 1022718.
HSL color Cylindrical-coordinate representation of color #FE9A0F: hue angle of 34.9º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE9A0F is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 15 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.00 |
| HSL | 34.9º | 0.99% | 0.53% | - |
| HSV(B) | 34.9º | 0.94% | 1% | - |
| XYZ | 52.51 | 44.22 | 6.22 | - |
| YUV | 168.05 | 41.63 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 15 | 0 | 0.39 | 0.94 | 0.00 | 34.9 | 0.99 | 0.53 |
| Hex | FE | 9A | F | 0 | 27 | 5E | 0 | 23 | 63 | 35 |
| Octal | 376 | 232 | 17 | 0 | 47 | 136 | 0 | 43 | 143 | 65 |
| Binary | 11111110 | 10011010 | 1111 | 0 | 100111 | 1011110 | 0 | 100011 | 1100011 | 110101 |
Color Harmonies of #FE9A0F
Complementary color
Monochromatic Colors of #FE9A0F
Black with #FE9A0F
Text Example
Text Example
White with #FE9A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A0F; }
p { color: rgb(254,154,15); }
H1.HeaderClassName
{
color: #FE9A0F;
}
.AnyTagClassName
{
color: #FE9A0F;
}
</style>
background-color css
<style>
a { background-color: #FE9A0F; }
a { background-color: rgb(254,154,15); }
div.DivClassName
{
background-color: #FE9A0F;
}
.BgClassName
{
background-color: #FE9A0F;
}
</style>
border-color css
<style>
span { border-color: #FE9A0F; }
span { border-color: rgb(254,154,15); }
td.TdClassName
{
border-color: #FE9A0F;
}
.TagClassName
{
border-color: #FE9A0F;
}
</style>