Shades of Dark Tangerine #FEB412
Tints of Dark Tangerine #FEB412
RGB
CMYK
RGB Variations
Color information
#FEB412 (or 0xFEB412) is known color: Dark Tangerine. HEX triplet: FE, B4 and 12. RGB value is (254,180,18). Sum of RGB (Red+Green+Blue) = 254+180+18=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB412 is #014BED. Grayscale: #B8B8B8. Windows color (decimal): -84974 or 1225982. OLE color: 1225982.
HSL color Cylindrical-coordinate representation of color #FEB412: hue angle of 41.19º 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 #FEB412 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 18 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.00 |
| HSL | 41.19º | 0.99% | 0.53% | - |
| HSV(B) | 41.19º | 0.93% | 1% | - |
| XYZ | 57.3 | 53.76 | 7.93 | - |
| YUV | 183.66 | 34.52 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 18 | 0 | 0.29 | 0.93 | 0.00 | 41.19 | 0.99 | 0.53 |
| Hex | FE | B4 | 12 | 0 | 1D | 5D | 0 | 29 | 63 | 35 |
| Octal | 376 | 264 | 22 | 0 | 35 | 135 | 0 | 51 | 143 | 65 |
| Binary | 11111110 | 10110100 | 10010 | 0 | 11101 | 1011101 | 0 | 101001 | 1100011 | 110101 |
Color Harmonies of #FEB412
Complementary color
Monochromatic Colors of #FEB412
Black with #FEB412
Text Example
Text Example
White with #FEB412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB412; }
p { color: rgb(254,180,18); }
H1.HeaderClassName
{
color: #FEB412;
}
.AnyTagClassName
{
color: #FEB412;
}
</style>
background-color css
<style>
a { background-color: #FEB412; }
a { background-color: rgb(254,180,18); }
div.DivClassName
{
background-color: #FEB412;
}
.BgClassName
{
background-color: #FEB412;
}
</style>
border-color css
<style>
span { border-color: #FEB412; }
span { border-color: rgb(254,180,18); }
td.TdClassName
{
border-color: #FEB412;
}
.TagClassName
{
border-color: #FEB412;
}
</style>