Shades of Dark Tangerine #FEA10B
Tints of Dark Tangerine #FEA10B
RGB
CMYK
RGB Variations
Color information
#FEA10B (or 0xFEA10B) is known color: Dark Tangerine. HEX triplet: FE, A1 and 0B. RGB value is (254,161,11). Sum of RGB (Red+Green+Blue) = 254+161+11=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA10B is #015EF4. Grayscale: #ACACAC. Windows color (decimal): -89845 or 762366. OLE color: 762366.
HSL color Cylindrical-coordinate representation of color #FEA10B: hue angle of 37.04º 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 #FEA10B is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 11 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.00 |
| HSL | 37.04º | 0.99% | 0.52% | - |
| HSV(B) | 37.04º | 0.96% | 1% | - |
| XYZ | 53.68 | 46.58 | 6.48 | - |
| YUV | 171.71 | 37.31 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 11 | 0 | 0.37 | 0.96 | 0.00 | 37.04 | 0.99 | 0.52 |
| Hex | FE | A1 | B | 0 | 25 | 60 | 0 | 25 | 63 | 34 |
| Octal | 376 | 241 | 13 | 0 | 45 | 140 | 0 | 45 | 143 | 64 |
| Binary | 11111110 | 10100001 | 1011 | 0 | 100101 | 1100000 | 0 | 100101 | 1100011 | 110100 |
Color Harmonies of #FEA10B
Complementary color
Monochromatic Colors of #FEA10B
Black with #FEA10B
Text Example
Text Example
White with #FEA10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA10B; }
p { color: rgb(254,161,11); }
H1.HeaderClassName
{
color: #FEA10B;
}
.AnyTagClassName
{
color: #FEA10B;
}
</style>
background-color css
<style>
a { background-color: #FEA10B; }
a { background-color: rgb(254,161,11); }
div.DivClassName
{
background-color: #FEA10B;
}
.BgClassName
{
background-color: #FEA10B;
}
</style>
border-color css
<style>
span { border-color: #FEA10B; }
span { border-color: rgb(254,161,11); }
td.TdClassName
{
border-color: #FEA10B;
}
.TagClassName
{
border-color: #FEA10B;
}
</style>