Shades of Dark Tangerine #FEBA18
Tints of Dark Tangerine #FEBA18
RGB
CMYK
RGB Variations
Color information
#FEBA18 (or 0xFEBA18) is known color: Dark Tangerine. HEX triplet: FE, BA and 18. RGB value is (254,186,24). Sum of RGB (Red+Green+Blue) = 254+186+24=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 24 (9.77% from 255 or 5.17% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA18 is #0145E7. Grayscale: #BCBCBC. Windows color (decimal): -83432 or 1620734. OLE color: 1620734.
HSL color Cylindrical-coordinate representation of color #FEBA18: hue angle of 42.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEBA18 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 24 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.00 |
| HSL | 42.26º | 0.99% | 0.55% | - |
| HSV(B) | 42.26º | 0.91% | 1% | - |
| XYZ | 58.6 | 56.25 | 8.63 | - |
| YUV | 187.86 | 35.53 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 24 | 0 | 0.27 | 0.91 | 0.00 | 42.26 | 0.99 | 0.55 |
| Hex | FE | BA | 18 | 0 | 1B | 5B | 0 | 2A | 63 | 37 |
| Octal | 376 | 272 | 30 | 0 | 33 | 133 | 0 | 52 | 143 | 67 |
| Binary | 11111110 | 10111010 | 11000 | 0 | 11011 | 1011011 | 0 | 101010 | 1100011 | 110111 |
Color Harmonies of #FEBA18
Complementary color
Monochromatic Colors of #FEBA18
Black with #FEBA18
Text Example
Text Example
White with #FEBA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA18; }
p { color: rgb(254,186,24); }
H1.HeaderClassName
{
color: #FEBA18;
}
.AnyTagClassName
{
color: #FEBA18;
}
</style>
background-color css
<style>
a { background-color: #FEBA18; }
a { background-color: rgb(254,186,24); }
div.DivClassName
{
background-color: #FEBA18;
}
.BgClassName
{
background-color: #FEBA18;
}
</style>
border-color css
<style>
span { border-color: #FEBA18; }
span { border-color: rgb(254,186,24); }
td.TdClassName
{
border-color: #FEBA18;
}
.TagClassName
{
border-color: #FEBA18;
}
</style>