Shades of Dark Tangerine #FEA00B
Tints of Dark Tangerine #FEA00B
RGB
CMYK
RGB Variations
Color information
#FEA00B (or 0xFEA00B) is known color: Dark Tangerine. HEX triplet: FE, A0 and 0B. RGB value is (254,160,11). Sum of RGB (Red+Green+Blue) = 254+160+11=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA00B is #015FF4. Grayscale: #ABABAB. Windows color (decimal): -90101 or 762110. OLE color: 762110.
HSL color Cylindrical-coordinate representation of color #FEA00B: hue angle of 36.79º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEA00B is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 11 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.00 |
| HSL | 36.79º | 0.99% | 0.52% | - |
| HSV(B) | 36.79º | 0.96% | 1% | - |
| XYZ | 53.5 | 46.24 | 6.42 | - |
| YUV | 171.12 | 37.64 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 11 | 0 | 0.37 | 0.96 | 0.00 | 36.79 | 0.99 | 0.52 |
| Hex | FE | A0 | B | 0 | 25 | 60 | 0 | 25 | 63 | 34 |
| Octal | 376 | 240 | 13 | 0 | 45 | 140 | 0 | 45 | 143 | 64 |
| Binary | 11111110 | 10100000 | 1011 | 0 | 100101 | 1100000 | 0 | 100101 | 1100011 | 110100 |
Color Harmonies of #FEA00B
Complementary color
Monochromatic Colors of #FEA00B
Black with #FEA00B
Text Example
Text Example
White with #FEA00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA00B; }
p { color: rgb(254,160,11); }
H1.HeaderClassName
{
color: #FEA00B;
}
.AnyTagClassName
{
color: #FEA00B;
}
</style>
background-color css
<style>
a { background-color: #FEA00B; }
a { background-color: rgb(254,160,11); }
div.DivClassName
{
background-color: #FEA00B;
}
.BgClassName
{
background-color: #FEA00B;
}
</style>
border-color css
<style>
span { border-color: #FEA00B; }
span { border-color: rgb(254,160,11); }
td.TdClassName
{
border-color: #FEA00B;
}
.TagClassName
{
border-color: #FEA00B;
}
</style>