Shades of Dark Tangerine #FEAC1D
Tints of Dark Tangerine #FEAC1D
RGB
CMYK
RGB Variations
Color information
#FEAC1D (or 0xFEAC1D) is known color: Dark Tangerine. HEX triplet: FE, AC and 1D. RGB value is (254,172,29). Sum of RGB (Red+Green+Blue) = 254+172+29=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 29 (11.72% from 255 or 6.37% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC1D is #0153E2. Grayscale: #B4B4B4. Windows color (decimal): -87011 or 1944830. OLE color: 1944830.
HSL color Cylindrical-coordinate representation of color #FEAC1D: hue angle of 38.13º 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 #FEAC1D is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 29 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.00 |
| HSL | 38.13º | 0.99% | 0.55% | - |
| HSV(B) | 38.13º | 0.89% | 1% | - |
| XYZ | 55.85 | 50.66 | 8 | - |
| YUV | 180.22 | 42.67 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 29 | 0 | 0.32 | 0.89 | 0.00 | 38.13 | 0.99 | 0.55 |
| Hex | FE | AC | 1D | 0 | 20 | 59 | 0 | 26 | 63 | 37 |
| Octal | 376 | 254 | 35 | 0 | 40 | 131 | 0 | 46 | 143 | 67 |
| Binary | 11111110 | 10101100 | 11101 | 0 | 100000 | 1011001 | 0 | 100110 | 1100011 | 110111 |
Color Harmonies of #FEAC1D
Complementary color
Monochromatic Colors of #FEAC1D
Black with #FEAC1D
Text Example
Text Example
White with #FEAC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC1D; }
p { color: rgb(254,172,29); }
H1.HeaderClassName
{
color: #FEAC1D;
}
.AnyTagClassName
{
color: #FEAC1D;
}
</style>
background-color css
<style>
a { background-color: #FEAC1D; }
a { background-color: rgb(254,172,29); }
div.DivClassName
{
background-color: #FEAC1D;
}
.BgClassName
{
background-color: #FEAC1D;
}
</style>
border-color css
<style>
span { border-color: #FEAC1D; }
span { border-color: rgb(254,172,29); }
td.TdClassName
{
border-color: #FEAC1D;
}
.TagClassName
{
border-color: #FEAC1D;
}
</style>