Shades of Dark Tangerine #FEB619
Tints of Dark Tangerine #FEB619
RGB
CMYK
RGB Variations
Color information
#FEB619 (or 0xFEB619) is known color: Dark Tangerine. HEX triplet: FE, B6 and 19. RGB value is (254,182,25). Sum of RGB (Red+Green+Blue) = 254+182+25=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 25 (10.16% from 255 or 5.42% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB619 is #0149E6. Grayscale: #BABABA. Windows color (decimal): -84455 or 1685246. OLE color: 1685246.
HSL color Cylindrical-coordinate representation of color #FEB619: hue angle of 41.14º 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 #FEB619 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 25 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.00 |
| HSL | 41.14º | 0.99% | 0.55% | - |
| HSV(B) | 41.14º | 0.9% | 1% | - |
| XYZ | 57.78 | 54.6 | 8.41 | - |
| YUV | 185.63 | 37.35 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 25 | 0 | 0.28 | 0.90 | 0.00 | 41.14 | 0.99 | 0.55 |
| Hex | FE | B6 | 19 | 0 | 1C | 5A | 0 | 29 | 63 | 37 |
| Octal | 376 | 266 | 31 | 0 | 34 | 132 | 0 | 51 | 143 | 67 |
| Binary | 11111110 | 10110110 | 11001 | 0 | 11100 | 1011010 | 0 | 101001 | 1100011 | 110111 |
Color Harmonies of #FEB619
Complementary color
Monochromatic Colors of #FEB619
Black with #FEB619
Text Example
Text Example
White with #FEB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB619; }
p { color: rgb(254,182,25); }
H1.HeaderClassName
{
color: #FEB619;
}
.AnyTagClassName
{
color: #FEB619;
}
</style>
background-color css
<style>
a { background-color: #FEB619; }
a { background-color: rgb(254,182,25); }
div.DivClassName
{
background-color: #FEB619;
}
.BgClassName
{
background-color: #FEB619;
}
</style>
border-color css
<style>
span { border-color: #FEB619; }
span { border-color: rgb(254,182,25); }
td.TdClassName
{
border-color: #FEB619;
}
.TagClassName
{
border-color: #FEB619;
}
</style>