Shades of Dark Tangerine #FEB719
Tints of Dark Tangerine #FEB719
RGB
CMYK
RGB Variations
Color information
#FEB719 (or 0xFEB719) is known color: Dark Tangerine. HEX triplet: FE, B7 and 19. RGB value is (254,183,25). Sum of RGB (Red+Green+Blue) = 254+183+25=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB719 is #0148E6. Grayscale: #BABABA. Windows color (decimal): -84199 or 1685502. OLE color: 1685502.
HSL color Cylindrical-coordinate representation of color #FEB719: hue angle of 41.4º 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 #FEB719 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 25 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.00 |
| HSL | 41.4º | 0.99% | 0.55% | - |
| HSV(B) | 41.4º | 0.9% | 1% | - |
| XYZ | 57.98 | 55.01 | 8.48 | - |
| YUV | 186.22 | 37.02 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 25 | 0 | 0.28 | 0.90 | 0.00 | 41.4 | 0.99 | 0.55 |
| Hex | FE | B7 | 19 | 0 | 1C | 5A | 0 | 29 | 63 | 37 |
| Octal | 376 | 267 | 31 | 0 | 34 | 132 | 0 | 51 | 143 | 67 |
| Binary | 11111110 | 10110111 | 11001 | 0 | 11100 | 1011010 | 0 | 101001 | 1100011 | 110111 |
Color Harmonies of #FEB719
Complementary color
Monochromatic Colors of #FEB719
Black with #FEB719
Text Example
Text Example
White with #FEB719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB719; }
p { color: rgb(254,183,25); }
H1.HeaderClassName
{
color: #FEB719;
}
.AnyTagClassName
{
color: #FEB719;
}
</style>
background-color css
<style>
a { background-color: #FEB719; }
a { background-color: rgb(254,183,25); }
div.DivClassName
{
background-color: #FEB719;
}
.BgClassName
{
background-color: #FEB719;
}
</style>
border-color css
<style>
span { border-color: #FEB719; }
span { border-color: rgb(254,183,25); }
td.TdClassName
{
border-color: #FEB719;
}
.TagClassName
{
border-color: #FEB719;
}
</style>