Shades of Dark Tangerine #FEA70C
Tints of Dark Tangerine #FEA70C
RGB
CMYK
RGB Variations
Color information
#FEA70C (or 0xFEA70C) is known color: Dark Tangerine. HEX triplet: FE, A7 and 0C. RGB value is (254,167,12). Sum of RGB (Red+Green+Blue) = 254+167+12=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA70C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA70C is #0158F3. Grayscale: #B0B0B0. Windows color (decimal): -88308 or 829438. OLE color: 829438.
HSL color Cylindrical-coordinate representation of color #FEA70C: hue angle of 38.43º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEA70C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.00 |
| HSL | 38.43º | 0.99% | 0.52% | - |
| HSV(B) | 38.43º | 0.95% | 1% | - |
| XYZ | 54.76 | 48.73 | 6.87 | - |
| YUV | 175.34 | 35.82 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 12 | 0 | 0.34 | 0.95 | 0.00 | 38.43 | 0.99 | 0.52 |
| Hex | FE | A7 | C | 0 | 22 | 5F | 0 | 26 | 63 | 34 |
| Octal | 376 | 247 | 14 | 0 | 42 | 137 | 0 | 46 | 143 | 64 |
| Binary | 11111110 | 10100111 | 1100 | 0 | 100010 | 1011111 | 0 | 100110 | 1100011 | 110100 |
Color Harmonies of #FEA70C
Complementary color
Monochromatic Colors of #FEA70C
Black with #FEA70C
Text Example
Text Example
White with #FEA70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA70C; }
p { color: rgb(254,167,12); }
H1.HeaderClassName
{
color: #FEA70C;
}
.AnyTagClassName
{
color: #FEA70C;
}
</style>
background-color css
<style>
a { background-color: #FEA70C; }
a { background-color: rgb(254,167,12); }
div.DivClassName
{
background-color: #FEA70C;
}
.BgClassName
{
background-color: #FEA70C;
}
</style>
border-color css
<style>
span { border-color: #FEA70C; }
span { border-color: rgb(254,167,12); }
td.TdClassName
{
border-color: #FEA70C;
}
.TagClassName
{
border-color: #FEA70C;
}
</style>