Shades of Dark Tangerine #FEA40F
Tints of Dark Tangerine #FEA40F
RGB
CMYK
RGB Variations
Color information
#FEA40F (or 0xFEA40F) is known color: Dark Tangerine. HEX triplet: FE, A4 and 0F. RGB value is (254,164,15). Sum of RGB (Red+Green+Blue) = 254+164+15=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA40F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA40F is #015BF0. Grayscale: #AEAEAE. Windows color (decimal): -89073 or 1025278. OLE color: 1025278.
HSL color Cylindrical-coordinate representation of color #FEA40F: hue angle of 37.41º 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 #FEA40F is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 15 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.00 |
| HSL | 37.41º | 0.99% | 0.53% | - |
| HSV(B) | 37.41º | 0.94% | 1% | - |
| XYZ | 54.23 | 47.66 | 6.79 | - |
| YUV | 173.92 | 38.32 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 15 | 0 | 0.35 | 0.94 | 0.00 | 37.41 | 0.99 | 0.53 |
| Hex | FE | A4 | F | 0 | 23 | 5E | 0 | 25 | 63 | 35 |
| Octal | 376 | 244 | 17 | 0 | 43 | 136 | 0 | 45 | 143 | 65 |
| Binary | 11111110 | 10100100 | 1111 | 0 | 100011 | 1011110 | 0 | 100101 | 1100011 | 110101 |
Color Harmonies of #FEA40F
Complementary color
Monochromatic Colors of #FEA40F
Black with #FEA40F
Text Example
Text Example
White with #FEA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA40F; }
p { color: rgb(254,164,15); }
H1.HeaderClassName
{
color: #FEA40F;
}
.AnyTagClassName
{
color: #FEA40F;
}
</style>
background-color css
<style>
a { background-color: #FEA40F; }
a { background-color: rgb(254,164,15); }
div.DivClassName
{
background-color: #FEA40F;
}
.BgClassName
{
background-color: #FEA40F;
}
</style>
border-color css
<style>
span { border-color: #FEA40F; }
span { border-color: rgb(254,164,15); }
td.TdClassName
{
border-color: #FEA40F;
}
.TagClassName
{
border-color: #FEA40F;
}
</style>