Shades of Dark Tangerine #FEAC23
Tints of Dark Tangerine #FEAC23
RGB
CMYK
RGB Variations
Color information
#FEAC23 (or 0xFEAC23) is known color: Dark Tangerine. HEX triplet: FE, AC and 23. RGB value is (254,172,35). Sum of RGB (Red+Green+Blue) = 254+172+35=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 35 (14.06% from 255 or 7.59% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC23 is #0153DC. Grayscale: #B5B5B5. Windows color (decimal): -87005 or 2338046. OLE color: 2338046.
HSL color Cylindrical-coordinate representation of color #FEAC23: hue angle of 37.53º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEAC23 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 35 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.00 |
| HSL | 37.53º | 0.99% | 0.57% | - |
| HSV(B) | 37.53º | 0.86% | 1% | - |
| XYZ | 55.93 | 50.7 | 8.43 | - |
| YUV | 180.9 | 45.67 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 35 | 0 | 0.32 | 0.86 | 0.00 | 37.53 | 0.99 | 0.57 |
| Hex | FE | AC | 23 | 0 | 20 | 56 | 0 | 26 | 63 | 39 |
| Octal | 376 | 254 | 43 | 0 | 40 | 126 | 0 | 46 | 143 | 71 |
| Binary | 11111110 | 10101100 | 100011 | 0 | 100000 | 1010110 | 0 | 100110 | 1100011 | 111001 |
Color Harmonies of #FEAC23
Complementary color
Monochromatic Colors of #FEAC23
Black with #FEAC23
Text Example
Text Example
White with #FEAC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC23; }
p { color: rgb(254,172,35); }
H1.HeaderClassName
{
color: #FEAC23;
}
.AnyTagClassName
{
color: #FEAC23;
}
</style>
background-color css
<style>
a { background-color: #FEAC23; }
a { background-color: rgb(254,172,35); }
div.DivClassName
{
background-color: #FEAC23;
}
.BgClassName
{
background-color: #FEAC23;
}
</style>
border-color css
<style>
span { border-color: #FEAC23; }
span { border-color: rgb(254,172,35); }
td.TdClassName
{
border-color: #FEAC23;
}
.TagClassName
{
border-color: #FEAC23;
}
</style>