Shades of Dark Tangerine #FEB91A
Tints of Dark Tangerine #FEB91A
RGB
CMYK
RGB Variations
Color information
#FEB91A (or 0xFEB91A) is known color: Dark Tangerine. HEX triplet: FE, B9 and 1A. RGB value is (254,185,26). Sum of RGB (Red+Green+Blue) = 254+185+26=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB91A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB91A is #0146E5. Grayscale: #BCBCBC. Windows color (decimal): -83686 or 1751550. OLE color: 1751550.
HSL color Cylindrical-coordinate representation of color #FEB91A: hue angle of 41.84º 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 #FEB91A is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 26 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.00 |
| HSL | 41.84º | 0.99% | 0.55% | - |
| HSV(B) | 41.84º | 0.9% | 1% | - |
| XYZ | 58.41 | 55.84 | 8.68 | - |
| YUV | 187.51 | 36.86 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 26 | 0 | 0.27 | 0.90 | 0.00 | 41.84 | 0.99 | 0.55 |
| Hex | FE | B9 | 1A | 0 | 1B | 5A | 0 | 2A | 63 | 37 |
| Octal | 376 | 271 | 32 | 0 | 33 | 132 | 0 | 52 | 143 | 67 |
| Binary | 11111110 | 10111001 | 11010 | 0 | 11011 | 1011010 | 0 | 101010 | 1100011 | 110111 |
Color Harmonies of #FEB91A
Complementary color
Monochromatic Colors of #FEB91A
Black with #FEB91A
Text Example
Text Example
White with #FEB91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB91A; }
p { color: rgb(254,185,26); }
H1.HeaderClassName
{
color: #FEB91A;
}
.AnyTagClassName
{
color: #FEB91A;
}
</style>
background-color css
<style>
a { background-color: #FEB91A; }
a { background-color: rgb(254,185,26); }
div.DivClassName
{
background-color: #FEB91A;
}
.BgClassName
{
background-color: #FEB91A;
}
</style>
border-color css
<style>
span { border-color: #FEB91A; }
span { border-color: rgb(254,185,26); }
td.TdClassName
{
border-color: #FEB91A;
}
.TagClassName
{
border-color: #FEB91A;
}
</style>