Shades of Dark Tangerine #FEAC0F
Tints of Dark Tangerine #FEAC0F
RGB
CMYK
RGB Variations
Color information
#FEAC0F (or 0xFEAC0F) is known color: Dark Tangerine. HEX triplet: FE, AC and 0F. RGB value is (254,172,15). Sum of RGB (Red+Green+Blue) = 254+172+15=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAC0F is #0153F0. Grayscale: #B3B3B3. Windows color (decimal): -87025 or 1027326. OLE color: 1027326.
HSL color Cylindrical-coordinate representation of color #FEAC0F: hue angle of 39.41º 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 #FEAC0F is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 15 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.00 |
| HSL | 39.41º | 0.99% | 0.53% | - |
| HSV(B) | 39.41º | 0.94% | 1% | - |
| XYZ | 55.71 | 50.61 | 7.28 | - |
| YUV | 178.62 | 35.67 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 15 | 0 | 0.32 | 0.94 | 0.00 | 39.41 | 0.99 | 0.53 |
| Hex | FE | AC | F | 0 | 20 | 5E | 0 | 27 | 63 | 35 |
| Octal | 376 | 254 | 17 | 0 | 40 | 136 | 0 | 47 | 143 | 65 |
| Binary | 11111110 | 10101100 | 1111 | 0 | 100000 | 1011110 | 0 | 100111 | 1100011 | 110101 |
Color Harmonies of #FEAC0F
Complementary color
Monochromatic Colors of #FEAC0F
Black with #FEAC0F
Text Example
Text Example
White with #FEAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC0F; }
p { color: rgb(254,172,15); }
H1.HeaderClassName
{
color: #FEAC0F;
}
.AnyTagClassName
{
color: #FEAC0F;
}
</style>
background-color css
<style>
a { background-color: #FEAC0F; }
a { background-color: rgb(254,172,15); }
div.DivClassName
{
background-color: #FEAC0F;
}
.BgClassName
{
background-color: #FEAC0F;
}
</style>
border-color css
<style>
span { border-color: #FEAC0F; }
span { border-color: rgb(254,172,15); }
td.TdClassName
{
border-color: #FEAC0F;
}
.TagClassName
{
border-color: #FEAC0F;
}
</style>