Shades of Dark Tangerine #FEA314
Tints of Dark Tangerine #FEA314
RGB
CMYK
RGB Variations
Color information
#FEA314 (or 0xFEA314) is known color: Dark Tangerine. HEX triplet: FE, A3 and 14. RGB value is (254,163,20). Sum of RGB (Red+Green+Blue) = 254+163+20=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA314 is #015CEB. Grayscale: #AEAEAE. Windows color (decimal): -89324 or 1352702. OLE color: 1352702.
HSL color Cylindrical-coordinate representation of color #FEA314: hue angle of 36.67º 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 #FEA314 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 20 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.00 |
| HSL | 36.67º | 0.99% | 0.54% | - |
| HSV(B) | 36.67º | 0.92% | 1% | - |
| XYZ | 54.1 | 47.32 | 6.94 | - |
| YUV | 173.91 | 41.15 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 20 | 0 | 0.36 | 0.92 | 0.00 | 36.67 | 0.99 | 0.54 |
| Hex | FE | A3 | 14 | 0 | 24 | 5C | 0 | 25 | 63 | 36 |
| Octal | 376 | 243 | 24 | 0 | 44 | 134 | 0 | 45 | 143 | 66 |
| Binary | 11111110 | 10100011 | 10100 | 0 | 100100 | 1011100 | 0 | 100101 | 1100011 | 110110 |
Color Harmonies of #FEA314
Complementary color
Monochromatic Colors of #FEA314
Black with #FEA314
Text Example
Text Example
White with #FEA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA314; }
p { color: rgb(254,163,20); }
H1.HeaderClassName
{
color: #FEA314;
}
.AnyTagClassName
{
color: #FEA314;
}
</style>
background-color css
<style>
a { background-color: #FEA314; }
a { background-color: rgb(254,163,20); }
div.DivClassName
{
background-color: #FEA314;
}
.BgClassName
{
background-color: #FEA314;
}
</style>
border-color css
<style>
span { border-color: #FEA314; }
span { border-color: rgb(254,163,20); }
td.TdClassName
{
border-color: #FEA314;
}
.TagClassName
{
border-color: #FEA314;
}
</style>