Shades of Dark Tangerine #FEA614
Tints of Dark Tangerine #FEA614
RGB
CMYK
RGB Variations
Color information
#FEA614 (or 0xFEA614) is known color: Dark Tangerine. HEX triplet: FE, A6 and 14. RGB value is (254,166,20). Sum of RGB (Red+Green+Blue) = 254+166+20=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA614 is #0159EB. Grayscale: #B0B0B0. Windows color (decimal): -88556 or 1353470. OLE color: 1353470.
HSL color Cylindrical-coordinate representation of color #FEA614: hue angle of 37.44º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEA614 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 20 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.00 |
| HSL | 37.44º | 0.99% | 0.54% | - |
| HSV(B) | 37.44º | 0.92% | 1% | - |
| XYZ | 54.64 | 48.39 | 7.12 | - |
| YUV | 175.67 | 40.15 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 20 | 0 | 0.35 | 0.92 | 0.00 | 37.44 | 0.99 | 0.54 |
| Hex | FE | A6 | 14 | 0 | 23 | 5C | 0 | 25 | 63 | 36 |
| Octal | 376 | 246 | 24 | 0 | 43 | 134 | 0 | 45 | 143 | 66 |
| Binary | 11111110 | 10100110 | 10100 | 0 | 100011 | 1011100 | 0 | 100101 | 1100011 | 110110 |
Color Harmonies of #FEA614
Complementary color
Monochromatic Colors of #FEA614
Black with #FEA614
Text Example
Text Example
White with #FEA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA614; }
p { color: rgb(254,166,20); }
H1.HeaderClassName
{
color: #FEA614;
}
.AnyTagClassName
{
color: #FEA614;
}
</style>
background-color css
<style>
a { background-color: #FEA614; }
a { background-color: rgb(254,166,20); }
div.DivClassName
{
background-color: #FEA614;
}
.BgClassName
{
background-color: #FEA614;
}
</style>
border-color css
<style>
span { border-color: #FEA614; }
span { border-color: rgb(254,166,20); }
td.TdClassName
{
border-color: #FEA614;
}
.TagClassName
{
border-color: #FEA614;
}
</style>