Shades of Dark Tangerine #FEA01B
Tints of Dark Tangerine #FEA01B
RGB
CMYK
RGB Variations
Color information
#FEA01B (or 0xFEA01B) is known color: Dark Tangerine. HEX triplet: FE, A0 and 1B. RGB value is (254,160,27). Sum of RGB (Red+Green+Blue) = 254+160+27=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA01B is #015FE4. Grayscale: #ADADAD. Windows color (decimal): -90085 or 1810686. OLE color: 1810686.
HSL color Cylindrical-coordinate representation of color #FEA01B: hue angle of 35.15º 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 #FEA01B is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 27 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.00 |
| HSL | 35.15º | 0.99% | 0.55% | - |
| HSV(B) | 35.15º | 0.89% | 1% | - |
| XYZ | 53.64 | 46.29 | 7.14 | - |
| YUV | 172.94 | 45.64 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 27 | 0 | 0.37 | 0.89 | 0.00 | 35.15 | 0.99 | 0.55 |
| Hex | FE | A0 | 1B | 0 | 25 | 59 | 0 | 23 | 63 | 37 |
| Octal | 376 | 240 | 33 | 0 | 45 | 131 | 0 | 43 | 143 | 67 |
| Binary | 11111110 | 10100000 | 11011 | 0 | 100101 | 1011001 | 0 | 100011 | 1100011 | 110111 |
Color Harmonies of #FEA01B
Complementary color
Monochromatic Colors of #FEA01B
Black with #FEA01B
Text Example
Text Example
White with #FEA01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA01B; }
p { color: rgb(254,160,27); }
H1.HeaderClassName
{
color: #FEA01B;
}
.AnyTagClassName
{
color: #FEA01B;
}
</style>
background-color css
<style>
a { background-color: #FEA01B; }
a { background-color: rgb(254,160,27); }
div.DivClassName
{
background-color: #FEA01B;
}
.BgClassName
{
background-color: #FEA01B;
}
</style>
border-color css
<style>
span { border-color: #FEA01B; }
span { border-color: rgb(254,160,27); }
td.TdClassName
{
border-color: #FEA01B;
}
.TagClassName
{
border-color: #FEA01B;
}
</style>