Shades of Dark Tangerine #FEA31D
Tints of Dark Tangerine #FEA31D
RGB
CMYK
RGB Variations
Color information
#FEA31D (or 0xFEA31D) is known color: Dark Tangerine. HEX triplet: FE, A3 and 1D. RGB value is (254,163,29). Sum of RGB (Red+Green+Blue) = 254+163+29=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA31D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA31D is #015CE2. Grayscale: #AFAFAF. Windows color (decimal): -89315 or 1942526. OLE color: 1942526.
HSL color Cylindrical-coordinate representation of color #FEA31D: hue angle of 35.73º 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 #FEA31D is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 29 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.00 |
| HSL | 35.73º | 0.99% | 0.55% | - |
| HSV(B) | 35.73º | 0.89% | 1% | - |
| XYZ | 54.19 | 47.35 | 7.45 | - |
| YUV | 174.93 | 45.65 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 29 | 0 | 0.36 | 0.89 | 0.00 | 35.73 | 0.99 | 0.55 |
| Hex | FE | A3 | 1D | 0 | 24 | 59 | 0 | 24 | 63 | 37 |
| Octal | 376 | 243 | 35 | 0 | 44 | 131 | 0 | 44 | 143 | 67 |
| Binary | 11111110 | 10100011 | 11101 | 0 | 100100 | 1011001 | 0 | 100100 | 1100011 | 110111 |
Color Harmonies of #FEA31D
Complementary color
Monochromatic Colors of #FEA31D
Black with #FEA31D
Text Example
Text Example
White with #FEA31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA31D; }
p { color: rgb(254,163,29); }
H1.HeaderClassName
{
color: #FEA31D;
}
.AnyTagClassName
{
color: #FEA31D;
}
</style>
background-color css
<style>
a { background-color: #FEA31D; }
a { background-color: rgb(254,163,29); }
div.DivClassName
{
background-color: #FEA31D;
}
.BgClassName
{
background-color: #FEA31D;
}
</style>
border-color css
<style>
span { border-color: #FEA31D; }
span { border-color: rgb(254,163,29); }
td.TdClassName
{
border-color: #FEA31D;
}
.TagClassName
{
border-color: #FEA31D;
}
</style>