Shades of Dark Tangerine #FE991C
Tints of Dark Tangerine #FE991C
RGB
CMYK
RGB Variations
Color information
#FE991C (or 0xFE991C) is known color: Dark Tangerine. HEX triplet: FE, 99 and 1C. RGB value is (254,153,28). Sum of RGB (Red+Green+Blue) = 254+153+28=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE991C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE991C is #0166E3. Grayscale: #A9A9A9. Windows color (decimal): -91876 or 1874430. OLE color: 1874430.
HSL color Cylindrical-coordinate representation of color #FE991C: hue angle of 33.19º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE991C is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 28 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.00 |
| HSL | 33.19º | 0.99% | 0.55% | - |
| HSV(B) | 33.19º | 0.89% | 1% | - |
| XYZ | 52.47 | 43.94 | 6.81 | - |
| YUV | 168.95 | 48.46 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 28 | 0 | 0.40 | 0.89 | 0.00 | 33.19 | 0.99 | 0.55 |
| Hex | FE | 99 | 1C | 0 | 28 | 59 | 0 | 21 | 63 | 37 |
| Octal | 376 | 231 | 34 | 0 | 50 | 131 | 0 | 41 | 143 | 67 |
| Binary | 11111110 | 10011001 | 11100 | 0 | 101000 | 1011001 | 0 | 100001 | 1100011 | 110111 |
Color Harmonies of #FE991C
Complementary color
Monochromatic Colors of #FE991C
Black with #FE991C
Text Example
Text Example
White with #FE991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE991C; }
p { color: rgb(254,153,28); }
H1.HeaderClassName
{
color: #FE991C;
}
.AnyTagClassName
{
color: #FE991C;
}
</style>
background-color css
<style>
a { background-color: #FE991C; }
a { background-color: rgb(254,153,28); }
div.DivClassName
{
background-color: #FE991C;
}
.BgClassName
{
background-color: #FE991C;
}
</style>
border-color css
<style>
span { border-color: #FE991C; }
span { border-color: rgb(254,153,28); }
td.TdClassName
{
border-color: #FE991C;
}
.TagClassName
{
border-color: #FE991C;
}
</style>