Shades of Dark Tangerine #FE9F0C
Tints of Dark Tangerine #FE9F0C
RGB
CMYK
RGB Variations
Color information
#FE9F0C (or 0xFE9F0C) is known color: Dark Tangerine. HEX triplet: FE, 9F and 0C. RGB value is (254,159,12). Sum of RGB (Red+Green+Blue) = 254+159+12=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9F0C is #0160F3. Grayscale: #ABABAB. Windows color (decimal): -90356 or 827390. OLE color: 827390.
HSL color Cylindrical-coordinate representation of color #FE9F0C: hue angle of 36.45º 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 #FE9F0C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.00 |
| HSL | 36.45º | 0.99% | 0.52% | - |
| HSV(B) | 36.45º | 0.95% | 1% | - |
| XYZ | 53.34 | 45.89 | 6.39 | - |
| YUV | 170.65 | 38.47 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 12 | 0 | 0.37 | 0.95 | 0.00 | 36.45 | 0.99 | 0.52 |
| Hex | FE | 9F | C | 0 | 25 | 5F | 0 | 24 | 63 | 34 |
| Octal | 376 | 237 | 14 | 0 | 45 | 137 | 0 | 44 | 143 | 64 |
| Binary | 11111110 | 10011111 | 1100 | 0 | 100101 | 1011111 | 0 | 100100 | 1100011 | 110100 |
Color Harmonies of #FE9F0C
Complementary color
Monochromatic Colors of #FE9F0C
Black with #FE9F0C
Text Example
Text Example
White with #FE9F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F0C; }
p { color: rgb(254,159,12); }
H1.HeaderClassName
{
color: #FE9F0C;
}
.AnyTagClassName
{
color: #FE9F0C;
}
</style>
background-color css
<style>
a { background-color: #FE9F0C; }
a { background-color: rgb(254,159,12); }
div.DivClassName
{
background-color: #FE9F0C;
}
.BgClassName
{
background-color: #FE9F0C;
}
</style>
border-color css
<style>
span { border-color: #FE9F0C; }
span { border-color: rgb(254,159,12); }
td.TdClassName
{
border-color: #FE9F0C;
}
.TagClassName
{
border-color: #FE9F0C;
}
</style>