Shades of Dark Tangerine #FEAD0C
Tints of Dark Tangerine #FEAD0C
RGB
CMYK
RGB Variations
Color information
#FEAD0C (or 0xFEAD0C) is known color: Dark Tangerine. HEX triplet: FE, AD and 0C. RGB value is (254,173,12). Sum of RGB (Red+Green+Blue) = 254+173+12=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD0C is #0152F3. Grayscale: #B3B3B3. Windows color (decimal): -86772 or 830974. OLE color: 830974.
HSL color Cylindrical-coordinate representation of color #FEAD0C: hue angle of 39.92º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEAD0C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.00 |
| HSL | 39.92º | 0.99% | 0.52% | - |
| HSV(B) | 39.92º | 0.95% | 1% | - |
| XYZ | 55.88 | 50.98 | 7.24 | - |
| YUV | 178.87 | 33.84 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 12 | 0 | 0.32 | 0.95 | 0.00 | 39.92 | 0.99 | 0.52 |
| Hex | FE | AD | C | 0 | 20 | 5F | 0 | 28 | 63 | 34 |
| Octal | 376 | 255 | 14 | 0 | 40 | 137 | 0 | 50 | 143 | 64 |
| Binary | 11111110 | 10101101 | 1100 | 0 | 100000 | 1011111 | 0 | 101000 | 1100011 | 110100 |
Color Harmonies of #FEAD0C
Complementary color
Monochromatic Colors of #FEAD0C
Black with #FEAD0C
Text Example
Text Example
White with #FEAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD0C; }
p { color: rgb(254,173,12); }
H1.HeaderClassName
{
color: #FEAD0C;
}
.AnyTagClassName
{
color: #FEAD0C;
}
</style>
background-color css
<style>
a { background-color: #FEAD0C; }
a { background-color: rgb(254,173,12); }
div.DivClassName
{
background-color: #FEAD0C;
}
.BgClassName
{
background-color: #FEAD0C;
}
</style>
border-color css
<style>
span { border-color: #FEAD0C; }
span { border-color: rgb(254,173,12); }
td.TdClassName
{
border-color: #FEAD0C;
}
.TagClassName
{
border-color: #FEAD0C;
}
</style>