Shades of Dark Tangerine #FEB919
Tints of Dark Tangerine #FEB919
RGB
CMYK
RGB Variations
Color information
#FEB919 (or 0xFEB919) is known color: Dark Tangerine. HEX triplet: FE, B9 and 19. RGB value is (254,185,25). Sum of RGB (Red+Green+Blue) = 254+185+25=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 25 (10.16% from 255 or 5.39% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB919 is #0146E6. Grayscale: #BCBCBC. Windows color (decimal): -83687 or 1686014. OLE color: 1686014.
HSL color Cylindrical-coordinate representation of color #FEB919: hue angle of 41.92º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEB919 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 25 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.00 |
| HSL | 41.92º | 0.99% | 0.55% | - |
| HSV(B) | 41.92º | 0.9% | 1% | - |
| XYZ | 58.4 | 55.84 | 8.62 | - |
| YUV | 187.39 | 36.36 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 25 | 0 | 0.27 | 0.90 | 0.00 | 41.92 | 0.99 | 0.55 |
| Hex | FE | B9 | 19 | 0 | 1B | 5A | 0 | 2A | 63 | 37 |
| Octal | 376 | 271 | 31 | 0 | 33 | 132 | 0 | 52 | 143 | 67 |
| Binary | 11111110 | 10111001 | 11001 | 0 | 11011 | 1011010 | 0 | 101010 | 1100011 | 110111 |
Color Harmonies of #FEB919
Complementary color
Monochromatic Colors of #FEB919
Black with #FEB919
Text Example
Text Example
White with #FEB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB919; }
p { color: rgb(254,185,25); }
H1.HeaderClassName
{
color: #FEB919;
}
.AnyTagClassName
{
color: #FEB919;
}
</style>
background-color css
<style>
a { background-color: #FEB919; }
a { background-color: rgb(254,185,25); }
div.DivClassName
{
background-color: #FEB919;
}
.BgClassName
{
background-color: #FEB919;
}
</style>
border-color css
<style>
span { border-color: #FEB919; }
span { border-color: rgb(254,185,25); }
td.TdClassName
{
border-color: #FEB919;
}
.TagClassName
{
border-color: #FEB919;
}
</style>