Shades of Dark Tangerine #FEB81A
Tints of Dark Tangerine #FEB81A
RGB
CMYK
RGB Variations
Color information
#FEB81A (or 0xFEB81A) is known color: Dark Tangerine. HEX triplet: FE, B8 and 1A. RGB value is (254,184,26). Sum of RGB (Red+Green+Blue) = 254+184+26=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB81A is #0147E5. Grayscale: #BBBBBB. Windows color (decimal): -83942 or 1751294. OLE color: 1751294.
HSL color Cylindrical-coordinate representation of color #FEB81A: hue angle of 41.58º 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 #FEB81A is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 26 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.00 |
| HSL | 41.58º | 0.99% | 0.55% | - |
| HSV(B) | 41.58º | 0.9% | 1% | - |
| XYZ | 58.2 | 55.43 | 8.61 | - |
| YUV | 186.92 | 37.19 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 26 | 0 | 0.28 | 0.90 | 0.00 | 41.58 | 0.99 | 0.55 |
| Hex | FE | B8 | 1A | 0 | 1C | 5A | 0 | 2A | 63 | 37 |
| Octal | 376 | 270 | 32 | 0 | 34 | 132 | 0 | 52 | 143 | 67 |
| Binary | 11111110 | 10111000 | 11010 | 0 | 11100 | 1011010 | 0 | 101010 | 1100011 | 110111 |
Color Harmonies of #FEB81A
Complementary color
Monochromatic Colors of #FEB81A
Black with #FEB81A
Text Example
Text Example
White with #FEB81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB81A; }
p { color: rgb(254,184,26); }
H1.HeaderClassName
{
color: #FEB81A;
}
.AnyTagClassName
{
color: #FEB81A;
}
</style>
background-color css
<style>
a { background-color: #FEB81A; }
a { background-color: rgb(254,184,26); }
div.DivClassName
{
background-color: #FEB81A;
}
.BgClassName
{
background-color: #FEB81A;
}
</style>
border-color css
<style>
span { border-color: #FEB81A; }
span { border-color: rgb(254,184,26); }
td.TdClassName
{
border-color: #FEB81A;
}
.TagClassName
{
border-color: #FEB81A;
}
</style>