Shades of Dark Tangerine #FEB71A
Tints of Dark Tangerine #FEB71A
RGB
CMYK
RGB Variations
Color information
#FEB71A (or 0xFEB71A) is known color: Dark Tangerine. HEX triplet: FE, B7 and 1A. RGB value is (254,183,26). Sum of RGB (Red+Green+Blue) = 254+183+26=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB71A is #0148E5. Grayscale: #BBBBBB. Windows color (decimal): -84198 or 1751038. OLE color: 1751038.
HSL color Cylindrical-coordinate representation of color #FEB71A: hue angle of 41.32º 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 #FEB71A is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 26 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.00 |
| HSL | 41.32º | 0.99% | 0.55% | - |
| HSV(B) | 41.32º | 0.9% | 1% | - |
| XYZ | 57.99 | 55.01 | 8.54 | - |
| YUV | 186.33 | 37.52 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 26 | 0 | 0.28 | 0.90 | 0.00 | 41.32 | 0.99 | 0.55 |
| Hex | FE | B7 | 1A | 0 | 1C | 5A | 0 | 29 | 63 | 37 |
| Octal | 376 | 267 | 32 | 0 | 34 | 132 | 0 | 51 | 143 | 67 |
| Binary | 11111110 | 10110111 | 11010 | 0 | 11100 | 1011010 | 0 | 101001 | 1100011 | 110111 |
Color Harmonies of #FEB71A
Complementary color
Monochromatic Colors of #FEB71A
Black with #FEB71A
Text Example
Text Example
White with #FEB71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB71A; }
p { color: rgb(254,183,26); }
H1.HeaderClassName
{
color: #FEB71A;
}
.AnyTagClassName
{
color: #FEB71A;
}
</style>
background-color css
<style>
a { background-color: #FEB71A; }
a { background-color: rgb(254,183,26); }
div.DivClassName
{
background-color: #FEB71A;
}
.BgClassName
{
background-color: #FEB71A;
}
</style>
border-color css
<style>
span { border-color: #FEB71A; }
span { border-color: rgb(254,183,26); }
td.TdClassName
{
border-color: #FEB71A;
}
.TagClassName
{
border-color: #FEB71A;
}
</style>