Shades of Dark Tangerine #FEB71D
Tints of Dark Tangerine #FEB71D
RGB
CMYK
RGB Variations
Color information
#FEB71D (or 0xFEB71D) is known color: Dark Tangerine. HEX triplet: FE, B7 and 1D. RGB value is (254,183,29). Sum of RGB (Red+Green+Blue) = 254+183+29=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB71D is #0148E2. Grayscale: #BBBBBB. Windows color (decimal): -84195 or 1947646. OLE color: 1947646.
HSL color Cylindrical-coordinate representation of color #FEB71D: hue angle of 41.07º 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 #FEB71D is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 29 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.00 |
| HSL | 41.07º | 0.99% | 0.55% | - |
| HSV(B) | 41.07º | 0.89% | 1% | - |
| XYZ | 58.03 | 55.03 | 8.73 | - |
| YUV | 186.67 | 39.02 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 29 | 0 | 0.28 | 0.89 | 0.00 | 41.07 | 0.99 | 0.55 |
| Hex | FE | B7 | 1D | 0 | 1C | 59 | 0 | 29 | 63 | 37 |
| Octal | 376 | 267 | 35 | 0 | 34 | 131 | 0 | 51 | 143 | 67 |
| Binary | 11111110 | 10110111 | 11101 | 0 | 11100 | 1011001 | 0 | 101001 | 1100011 | 110111 |
Color Harmonies of #FEB71D
Complementary color
Monochromatic Colors of #FEB71D
Black with #FEB71D
Text Example
Text Example
White with #FEB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB71D; }
p { color: rgb(254,183,29); }
H1.HeaderClassName
{
color: #FEB71D;
}
.AnyTagClassName
{
color: #FEB71D;
}
</style>
background-color css
<style>
a { background-color: #FEB71D; }
a { background-color: rgb(254,183,29); }
div.DivClassName
{
background-color: #FEB71D;
}
.BgClassName
{
background-color: #FEB71D;
}
</style>
border-color css
<style>
span { border-color: #FEB71D; }
span { border-color: rgb(254,183,29); }
td.TdClassName
{
border-color: #FEB71D;
}
.TagClassName
{
border-color: #FEB71D;
}
</style>