Shades of Dark Tangerine #FEB319
Tints of Dark Tangerine #FEB319
RGB
CMYK
RGB Variations
Color information
#FEB319 (or 0xFEB319) is known color: Dark Tangerine. HEX triplet: FE, B3 and 19. RGB value is (254,179,25). Sum of RGB (Red+Green+Blue) = 254+179+25=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB319 is #014CE6. Grayscale: #B8B8B8. Windows color (decimal): -85223 or 1684478. OLE color: 1684478.
HSL color Cylindrical-coordinate representation of color #FEB319: hue angle of 40.35º 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 #FEB319 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 25 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.00 |
| HSL | 40.35º | 0.99% | 0.55% | - |
| HSV(B) | 40.35º | 0.9% | 1% | - |
| XYZ | 57.17 | 53.38 | 8.21 | - |
| YUV | 183.87 | 38.35 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 25 | 0 | 0.30 | 0.90 | 0.00 | 40.35 | 0.99 | 0.55 |
| Hex | FE | B3 | 19 | 0 | 1E | 5A | 0 | 28 | 63 | 37 |
| Octal | 376 | 263 | 31 | 0 | 36 | 132 | 0 | 50 | 143 | 67 |
| Binary | 11111110 | 10110011 | 11001 | 0 | 11110 | 1011010 | 0 | 101000 | 1100011 | 110111 |
Color Harmonies of #FEB319
Complementary color
Monochromatic Colors of #FEB319
Black with #FEB319
Text Example
Text Example
White with #FEB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB319; }
p { color: rgb(254,179,25); }
H1.HeaderClassName
{
color: #FEB319;
}
.AnyTagClassName
{
color: #FEB319;
}
</style>
background-color css
<style>
a { background-color: #FEB319; }
a { background-color: rgb(254,179,25); }
div.DivClassName
{
background-color: #FEB319;
}
.BgClassName
{
background-color: #FEB319;
}
</style>
border-color css
<style>
span { border-color: #FEB319; }
span { border-color: rgb(254,179,25); }
td.TdClassName
{
border-color: #FEB319;
}
.TagClassName
{
border-color: #FEB319;
}
</style>