Shades of Dark Tangerine #FEAD14
Tints of Dark Tangerine #FEAD14
RGB
CMYK
RGB Variations
Color information
#FEAD14 (or 0xFEAD14) is known color: Dark Tangerine. HEX triplet: FE, AD and 14. RGB value is (254,173,20). Sum of RGB (Red+Green+Blue) = 254+173+20=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD14 is #0152EB. Grayscale: #B4B4B4. Windows color (decimal): -86764 or 1355262. OLE color: 1355262.
HSL color Cylindrical-coordinate representation of color #FEAD14: hue angle of 39.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEAD14 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 20 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.00 |
| HSL | 39.23º | 0.99% | 0.54% | - |
| HSV(B) | 39.23º | 0.92% | 1% | - |
| XYZ | 55.94 | 51.01 | 7.56 | - |
| YUV | 179.78 | 37.84 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 20 | 0 | 0.32 | 0.92 | 0.00 | 39.23 | 0.99 | 0.54 |
| Hex | FE | AD | 14 | 0 | 20 | 5C | 0 | 27 | 63 | 36 |
| Octal | 376 | 255 | 24 | 0 | 40 | 134 | 0 | 47 | 143 | 66 |
| Binary | 11111110 | 10101101 | 10100 | 0 | 100000 | 1011100 | 0 | 100111 | 1100011 | 110110 |
Color Harmonies of #FEAD14
Complementary color
Monochromatic Colors of #FEAD14
Black with #FEAD14
Text Example
Text Example
White with #FEAD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD14; }
p { color: rgb(254,173,20); }
H1.HeaderClassName
{
color: #FEAD14;
}
.AnyTagClassName
{
color: #FEAD14;
}
</style>
background-color css
<style>
a { background-color: #FEAD14; }
a { background-color: rgb(254,173,20); }
div.DivClassName
{
background-color: #FEAD14;
}
.BgClassName
{
background-color: #FEAD14;
}
</style>
border-color css
<style>
span { border-color: #FEAD14; }
span { border-color: rgb(254,173,20); }
td.TdClassName
{
border-color: #FEAD14;
}
.TagClassName
{
border-color: #FEAD14;
}
</style>