Shades of Dark Tangerine #FEA612
Tints of Dark Tangerine #FEA612
RGB
CMYK
RGB Variations
Color information
#FEA612 (or 0xFEA612) is known color: Dark Tangerine. HEX triplet: FE, A6 and 12. RGB value is (254,166,18). Sum of RGB (Red+Green+Blue) = 254+166+18=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA612 is #0159ED. Grayscale: #B0B0B0. Windows color (decimal): -88558 or 1222398. OLE color: 1222398.
HSL color Cylindrical-coordinate representation of color #FEA612: hue angle of 37.63º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEA612 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 18 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.00 |
| HSL | 37.63º | 0.99% | 0.53% | - |
| HSV(B) | 37.63º | 0.93% | 1% | - |
| XYZ | 54.62 | 48.39 | 7.03 | - |
| YUV | 175.44 | 39.15 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 18 | 0 | 0.35 | 0.93 | 0.00 | 37.63 | 0.99 | 0.53 |
| Hex | FE | A6 | 12 | 0 | 23 | 5D | 0 | 26 | 63 | 35 |
| Octal | 376 | 246 | 22 | 0 | 43 | 135 | 0 | 46 | 143 | 65 |
| Binary | 11111110 | 10100110 | 10010 | 0 | 100011 | 1011101 | 0 | 100110 | 1100011 | 110101 |
Color Harmonies of #FEA612
Complementary color
Monochromatic Colors of #FEA612
Black with #FEA612
Text Example
Text Example
White with #FEA612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA612; }
p { color: rgb(254,166,18); }
H1.HeaderClassName
{
color: #FEA612;
}
.AnyTagClassName
{
color: #FEA612;
}
</style>
background-color css
<style>
a { background-color: #FEA612; }
a { background-color: rgb(254,166,18); }
div.DivClassName
{
background-color: #FEA612;
}
.BgClassName
{
background-color: #FEA612;
}
</style>
border-color css
<style>
span { border-color: #FEA612; }
span { border-color: rgb(254,166,18); }
td.TdClassName
{
border-color: #FEA612;
}
.TagClassName
{
border-color: #FEA612;
}
</style>