Shades of Dark Tangerine #FEBA14
Tints of Dark Tangerine #FEBA14
RGB
CMYK
RGB Variations
Color information
#FEBA14 (or 0xFEBA14) is known color: Dark Tangerine. HEX triplet: FE, BA and 14. RGB value is (254,186,20). Sum of RGB (Red+Green+Blue) = 254+186+20=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA14 is #0145EB. Grayscale: #BCBCBC. Windows color (decimal): -83436 or 1358590. OLE color: 1358590.
HSL color Cylindrical-coordinate representation of color #FEBA14: hue angle of 42.56º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEBA14 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 20 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.00 |
| HSL | 42.56º | 0.99% | 0.54% | - |
| HSV(B) | 42.56º | 0.92% | 1% | - |
| XYZ | 58.56 | 56.24 | 8.43 | - |
| YUV | 187.41 | 33.53 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 20 | 0 | 0.27 | 0.92 | 0.00 | 42.56 | 0.99 | 0.54 |
| Hex | FE | BA | 14 | 0 | 1B | 5C | 0 | 2B | 63 | 36 |
| Octal | 376 | 272 | 24 | 0 | 33 | 134 | 0 | 53 | 143 | 66 |
| Binary | 11111110 | 10111010 | 10100 | 0 | 11011 | 1011100 | 0 | 101011 | 1100011 | 110110 |
Color Harmonies of #FEBA14
Complementary color
Monochromatic Colors of #FEBA14
Black with #FEBA14
Text Example
Text Example
White with #FEBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA14; }
p { color: rgb(254,186,20); }
H1.HeaderClassName
{
color: #FEBA14;
}
.AnyTagClassName
{
color: #FEBA14;
}
</style>
background-color css
<style>
a { background-color: #FEBA14; }
a { background-color: rgb(254,186,20); }
div.DivClassName
{
background-color: #FEBA14;
}
.BgClassName
{
background-color: #FEBA14;
}
</style>
border-color css
<style>
span { border-color: #FEBA14; }
span { border-color: rgb(254,186,20); }
td.TdClassName
{
border-color: #FEBA14;
}
.TagClassName
{
border-color: #FEBA14;
}
</style>