Shades of Dark Tangerine #FE9F0D
Tints of Dark Tangerine #FE9F0D
RGB
CMYK
RGB Variations
Color information
#FE9F0D (or 0xFE9F0D) is known color: Dark Tangerine. HEX triplet: FE, 9F and 0D. RGB value is (254,159,13). Sum of RGB (Red+Green+Blue) = 254+159+13=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9F0D is #0160F2. Grayscale: #ABABAB. Windows color (decimal): -90355 or 892926. OLE color: 892926.
HSL color Cylindrical-coordinate representation of color #FE9F0D: hue angle of 36.35º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE9F0D is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 13 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.00 |
| HSL | 36.35º | 0.99% | 0.52% | - |
| HSV(B) | 36.35º | 0.95% | 1% | - |
| XYZ | 53.34 | 45.9 | 6.43 | - |
| YUV | 170.76 | 38.97 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 13 | 0 | 0.37 | 0.95 | 0.00 | 36.35 | 0.99 | 0.52 |
| Hex | FE | 9F | D | 0 | 25 | 5F | 0 | 24 | 63 | 34 |
| Octal | 376 | 237 | 15 | 0 | 45 | 137 | 0 | 44 | 143 | 64 |
| Binary | 11111110 | 10011111 | 1101 | 0 | 100101 | 1011111 | 0 | 100100 | 1100011 | 110100 |
Color Harmonies of #FE9F0D
Complementary color
Monochromatic Colors of #FE9F0D
Black with #FE9F0D
Text Example
Text Example
White with #FE9F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F0D; }
p { color: rgb(254,159,13); }
H1.HeaderClassName
{
color: #FE9F0D;
}
.AnyTagClassName
{
color: #FE9F0D;
}
</style>
background-color css
<style>
a { background-color: #FE9F0D; }
a { background-color: rgb(254,159,13); }
div.DivClassName
{
background-color: #FE9F0D;
}
.BgClassName
{
background-color: #FE9F0D;
}
</style>
border-color css
<style>
span { border-color: #FE9F0D; }
span { border-color: rgb(254,159,13); }
td.TdClassName
{
border-color: #FE9F0D;
}
.TagClassName
{
border-color: #FE9F0D;
}
</style>