Shades of Dark Tangerine #FEB41D
Tints of Dark Tangerine #FEB41D
RGB
CMYK
RGB Variations
Color information
#FEB41D (or 0xFEB41D) is known color: Dark Tangerine. HEX triplet: FE, B4 and 1D. RGB value is (254,180,29). Sum of RGB (Red+Green+Blue) = 254+180+29=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 29 (11.72% from 255 or 6.26% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB41D is #014BE2. Grayscale: #B9B9B9. Windows color (decimal): -84963 or 1946878. OLE color: 1946878.
HSL color Cylindrical-coordinate representation of color #FEB41D: hue angle of 40.27º 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 #FEB41D is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 29 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.00 |
| HSL | 40.27º | 0.99% | 0.55% | - |
| HSV(B) | 40.27º | 0.89% | 1% | - |
| XYZ | 57.42 | 53.8 | 8.52 | - |
| YUV | 184.91 | 40.02 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 29 | 0 | 0.29 | 0.89 | 0.00 | 40.27 | 0.99 | 0.55 |
| Hex | FE | B4 | 1D | 0 | 1D | 59 | 0 | 28 | 63 | 37 |
| Octal | 376 | 264 | 35 | 0 | 35 | 131 | 0 | 50 | 143 | 67 |
| Binary | 11111110 | 10110100 | 11101 | 0 | 11101 | 1011001 | 0 | 101000 | 1100011 | 110111 |
Color Harmonies of #FEB41D
Complementary color
Monochromatic Colors of #FEB41D
Black with #FEB41D
Text Example
Text Example
White with #FEB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB41D; }
p { color: rgb(254,180,29); }
H1.HeaderClassName
{
color: #FEB41D;
}
.AnyTagClassName
{
color: #FEB41D;
}
</style>
background-color css
<style>
a { background-color: #FEB41D; }
a { background-color: rgb(254,180,29); }
div.DivClassName
{
background-color: #FEB41D;
}
.BgClassName
{
background-color: #FEB41D;
}
</style>
border-color css
<style>
span { border-color: #FEB41D; }
span { border-color: rgb(254,180,29); }
td.TdClassName
{
border-color: #FEB41D;
}
.TagClassName
{
border-color: #FEB41D;
}
</style>