Shades of Dark Tangerine #FE980F
Tints of Dark Tangerine #FE980F
RGB
CMYK
RGB Variations
Color information
#FE980F (or 0xFE980F) is known color: Dark Tangerine. HEX triplet: FE, 98 and 0F. RGB value is (254,152,15). Sum of RGB (Red+Green+Blue) = 254+152+15=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE980F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE980F is #0167F0. Grayscale: #A7A7A7. Windows color (decimal): -92145 or 1022206. OLE color: 1022206.
HSL color Cylindrical-coordinate representation of color #FE980F: hue angle of 34.39º 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 #FE980F is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 15 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.00 |
| HSL | 34.39º | 0.99% | 0.53% | - |
| HSV(B) | 34.39º | 0.94% | 1% | - |
| XYZ | 52.19 | 43.56 | 6.11 | - |
| YUV | 166.88 | 42.29 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 15 | 0 | 0.40 | 0.94 | 0.00 | 34.39 | 0.99 | 0.53 |
| Hex | FE | 98 | F | 0 | 28 | 5E | 0 | 22 | 63 | 35 |
| Octal | 376 | 230 | 17 | 0 | 50 | 136 | 0 | 42 | 143 | 65 |
| Binary | 11111110 | 10011000 | 1111 | 0 | 101000 | 1011110 | 0 | 100010 | 1100011 | 110101 |
Color Harmonies of #FE980F
Complementary color
Monochromatic Colors of #FE980F
Black with #FE980F
Text Example
Text Example
White with #FE980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE980F; }
p { color: rgb(254,152,15); }
H1.HeaderClassName
{
color: #FE980F;
}
.AnyTagClassName
{
color: #FE980F;
}
</style>
background-color css
<style>
a { background-color: #FE980F; }
a { background-color: rgb(254,152,15); }
div.DivClassName
{
background-color: #FE980F;
}
.BgClassName
{
background-color: #FE980F;
}
</style>
border-color css
<style>
span { border-color: #FE980F; }
span { border-color: rgb(254,152,15); }
td.TdClassName
{
border-color: #FE980F;
}
.TagClassName
{
border-color: #FE980F;
}
</style>