Shades of Dark Tangerine #FEA61D
Tints of Dark Tangerine #FEA61D
RGB
CMYK
RGB Variations
Color information
#FEA61D (or 0xFEA61D) is known color: Dark Tangerine. HEX triplet: FE, A6 and 1D. RGB value is (254,166,29). Sum of RGB (Red+Green+Blue) = 254+166+29=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA61D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA61D is #0159E2. Grayscale: #B1B1B1. Windows color (decimal): -88547 or 1943294. OLE color: 1943294.
HSL color Cylindrical-coordinate representation of color #FEA61D: hue angle of 36.53º 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 #FEA61D is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 29 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.00 |
| HSL | 36.53º | 0.99% | 0.55% | - |
| HSV(B) | 36.53º | 0.89% | 1% | - |
| XYZ | 54.73 | 48.43 | 7.63 | - |
| YUV | 176.69 | 44.65 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 29 | 0 | 0.35 | 0.89 | 0.00 | 36.53 | 0.99 | 0.55 |
| Hex | FE | A6 | 1D | 0 | 23 | 59 | 0 | 25 | 63 | 37 |
| Octal | 376 | 246 | 35 | 0 | 43 | 131 | 0 | 45 | 143 | 67 |
| Binary | 11111110 | 10100110 | 11101 | 0 | 100011 | 1011001 | 0 | 100101 | 1100011 | 110111 |
Color Harmonies of #FEA61D
Complementary color
Monochromatic Colors of #FEA61D
Black with #FEA61D
Text Example
Text Example
White with #FEA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA61D; }
p { color: rgb(254,166,29); }
H1.HeaderClassName
{
color: #FEA61D;
}
.AnyTagClassName
{
color: #FEA61D;
}
</style>
background-color css
<style>
a { background-color: #FEA61D; }
a { background-color: rgb(254,166,29); }
div.DivClassName
{
background-color: #FEA61D;
}
.BgClassName
{
background-color: #FEA61D;
}
</style>
border-color css
<style>
span { border-color: #FEA61D; }
span { border-color: rgb(254,166,29); }
td.TdClassName
{
border-color: #FEA61D;
}
.TagClassName
{
border-color: #FEA61D;
}
</style>