Shades of Dark Tangerine #FEAC18
Tints of Dark Tangerine #FEAC18
RGB
CMYK
RGB Variations
Color information
#FEAC18 (or 0xFEAC18) is known color: Dark Tangerine. HEX triplet: FE, AC and 18. RGB value is (254,172,24). Sum of RGB (Red+Green+Blue) = 254+172+24=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 24 (9.77% from 255 or 5.33% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAC18 is #0153E7. Grayscale: #B4B4B4. Windows color (decimal): -87016 or 1617150. OLE color: 1617150.
HSL color Cylindrical-coordinate representation of color #FEAC18: hue angle of 38.61º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEAC18 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 24 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.00 |
| HSL | 38.61º | 0.99% | 0.55% | - |
| HSV(B) | 38.61º | 0.91% | 1% | - |
| XYZ | 55.79 | 50.64 | 7.7 | - |
| YUV | 179.65 | 40.17 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 24 | 0 | 0.32 | 0.91 | 0.00 | 38.61 | 0.99 | 0.55 |
| Hex | FE | AC | 18 | 0 | 20 | 5B | 0 | 27 | 63 | 37 |
| Octal | 376 | 254 | 30 | 0 | 40 | 133 | 0 | 47 | 143 | 67 |
| Binary | 11111110 | 10101100 | 11000 | 0 | 100000 | 1011011 | 0 | 100111 | 1100011 | 110111 |
Color Harmonies of #FEAC18
Complementary color
Monochromatic Colors of #FEAC18
Black with #FEAC18
Text Example
Text Example
White with #FEAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC18; }
p { color: rgb(254,172,24); }
H1.HeaderClassName
{
color: #FEAC18;
}
.AnyTagClassName
{
color: #FEAC18;
}
</style>
background-color css
<style>
a { background-color: #FEAC18; }
a { background-color: rgb(254,172,24); }
div.DivClassName
{
background-color: #FEAC18;
}
.BgClassName
{
background-color: #FEAC18;
}
</style>
border-color css
<style>
span { border-color: #FEAC18; }
span { border-color: rgb(254,172,24); }
td.TdClassName
{
border-color: #FEAC18;
}
.TagClassName
{
border-color: #FEAC18;
}
</style>