Shades of Dark Tangerine #FEB91B
Tints of Dark Tangerine #FEB91B
RGB
CMYK
RGB Variations
Color information
#FEB91B (or 0xFEB91B) is known color: Dark Tangerine. HEX triplet: FE, B9 and 1B. RGB value is (254,185,27). Sum of RGB (Red+Green+Blue) = 254+185+27=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 27 (10.94% from 255 or 5.79% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB91B is #0146E4. Grayscale: #BCBCBC. Windows color (decimal): -83685 or 1817086. OLE color: 1817086.
HSL color Cylindrical-coordinate representation of color #FEB91B: hue angle of 41.76º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEB91B is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 27 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.00 |
| HSL | 41.76º | 0.99% | 0.55% | - |
| HSV(B) | 41.76º | 0.89% | 1% | - |
| XYZ | 58.42 | 55.85 | 8.74 | - |
| YUV | 187.62 | 37.36 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 27 | 0 | 0.27 | 0.89 | 0.00 | 41.76 | 0.99 | 0.55 |
| Hex | FE | B9 | 1B | 0 | 1B | 59 | 0 | 2A | 63 | 37 |
| Octal | 376 | 271 | 33 | 0 | 33 | 131 | 0 | 52 | 143 | 67 |
| Binary | 11111110 | 10111001 | 11011 | 0 | 11011 | 1011001 | 0 | 101010 | 1100011 | 110111 |
Color Harmonies of #FEB91B
Complementary color
Monochromatic Colors of #FEB91B
Black with #FEB91B
Text Example
Text Example
White with #FEB91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB91B; }
p { color: rgb(254,185,27); }
H1.HeaderClassName
{
color: #FEB91B;
}
.AnyTagClassName
{
color: #FEB91B;
}
</style>
background-color css
<style>
a { background-color: #FEB91B; }
a { background-color: rgb(254,185,27); }
div.DivClassName
{
background-color: #FEB91B;
}
.BgClassName
{
background-color: #FEB91B;
}
</style>
border-color css
<style>
span { border-color: #FEB91B; }
span { border-color: rgb(254,185,27); }
td.TdClassName
{
border-color: #FEB91B;
}
.TagClassName
{
border-color: #FEB91B;
}
</style>