Shades of Dark Tangerine #FEA70F
Tints of Dark Tangerine #FEA70F
RGB
CMYK
RGB Variations
Color information
#FEA70F (or 0xFEA70F) is known color: Dark Tangerine. HEX triplet: FE, A7 and 0F. RGB value is (254,167,15). Sum of RGB (Red+Green+Blue) = 254+167+15=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA70F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA70F is #0158F0. Grayscale: #B0B0B0. Windows color (decimal): -88305 or 1026046. OLE color: 1026046.
HSL color Cylindrical-coordinate representation of color #FEA70F: hue angle of 38.16º 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 #FEA70F is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 15 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.00 |
| HSL | 38.16º | 0.99% | 0.53% | - |
| HSV(B) | 38.16º | 0.94% | 1% | - |
| XYZ | 54.78 | 48.74 | 6.97 | - |
| YUV | 175.69 | 37.32 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 15 | 0 | 0.34 | 0.94 | 0.00 | 38.16 | 0.99 | 0.53 |
| Hex | FE | A7 | F | 0 | 22 | 5E | 0 | 26 | 63 | 35 |
| Octal | 376 | 247 | 17 | 0 | 42 | 136 | 0 | 46 | 143 | 65 |
| Binary | 11111110 | 10100111 | 1111 | 0 | 100010 | 1011110 | 0 | 100110 | 1100011 | 110101 |
Color Harmonies of #FEA70F
Complementary color
Monochromatic Colors of #FEA70F
Black with #FEA70F
Text Example
Text Example
White with #FEA70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA70F; }
p { color: rgb(254,167,15); }
H1.HeaderClassName
{
color: #FEA70F;
}
.AnyTagClassName
{
color: #FEA70F;
}
</style>
background-color css
<style>
a { background-color: #FEA70F; }
a { background-color: rgb(254,167,15); }
div.DivClassName
{
background-color: #FEA70F;
}
.BgClassName
{
background-color: #FEA70F;
}
</style>
border-color css
<style>
span { border-color: #FEA70F; }
span { border-color: rgb(254,167,15); }
td.TdClassName
{
border-color: #FEA70F;
}
.TagClassName
{
border-color: #FEA70F;
}
</style>