Shades of Dark Tangerine #FEA10F
Tints of Dark Tangerine #FEA10F
RGB
CMYK
RGB Variations
Color information
#FEA10F (or 0xFEA10F) is known color: Dark Tangerine. HEX triplet: FE, A1 and 0F. RGB value is (254,161,15). Sum of RGB (Red+Green+Blue) = 254+161+15=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA10F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA10F is #015EF0. Grayscale: #ACACAC. Windows color (decimal): -89841 or 1024510. OLE color: 1024510.
HSL color Cylindrical-coordinate representation of color #FEA10F: hue angle of 36.65º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEA10F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 15 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.00 |
| HSL | 36.65º | 0.99% | 0.53% | - |
| HSV(B) | 36.65º | 0.94% | 1% | - |
| XYZ | 53.7 | 46.6 | 6.62 | - |
| YUV | 172.16 | 39.31 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 15 | 0 | 0.37 | 0.94 | 0.00 | 36.65 | 0.99 | 0.53 |
| Hex | FE | A1 | F | 0 | 25 | 5E | 0 | 25 | 63 | 35 |
| Octal | 376 | 241 | 17 | 0 | 45 | 136 | 0 | 45 | 143 | 65 |
| Binary | 11111110 | 10100001 | 1111 | 0 | 100101 | 1011110 | 0 | 100101 | 1100011 | 110101 |
Color Harmonies of #FEA10F
Complementary color
Monochromatic Colors of #FEA10F
Black with #FEA10F
Text Example
Text Example
White with #FEA10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA10F; }
p { color: rgb(254,161,15); }
H1.HeaderClassName
{
color: #FEA10F;
}
.AnyTagClassName
{
color: #FEA10F;
}
</style>
background-color css
<style>
a { background-color: #FEA10F; }
a { background-color: rgb(254,161,15); }
div.DivClassName
{
background-color: #FEA10F;
}
.BgClassName
{
background-color: #FEA10F;
}
</style>
border-color css
<style>
span { border-color: #FEA10F; }
span { border-color: rgb(254,161,15); }
td.TdClassName
{
border-color: #FEA10F;
}
.TagClassName
{
border-color: #FEA10F;
}
</style>