Shades of Dark Tangerine #FEAD1D
Tints of Dark Tangerine #FEAD1D
RGB
CMYK
RGB Variations
Color information
#FEAD1D (or 0xFEAD1D) is known color: Dark Tangerine. HEX triplet: FE, AD and 1D. RGB value is (254,173,29). Sum of RGB (Red+Green+Blue) = 254+173+29=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD1D is #0152E2. Grayscale: #B5B5B5. Windows color (decimal): -86755 or 1945086. OLE color: 1945086.
HSL color Cylindrical-coordinate representation of color #FEAD1D: hue angle of 38.4º 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 #FEAD1D is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 29 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.00 |
| HSL | 38.4º | 0.99% | 0.55% | - |
| HSV(B) | 38.4º | 0.89% | 1% | - |
| XYZ | 56.04 | 51.05 | 8.06 | - |
| YUV | 180.8 | 42.34 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 29 | 0 | 0.32 | 0.89 | 0.00 | 38.4 | 0.99 | 0.55 |
| Hex | FE | AD | 1D | 0 | 20 | 59 | 0 | 26 | 63 | 37 |
| Octal | 376 | 255 | 35 | 0 | 40 | 131 | 0 | 46 | 143 | 67 |
| Binary | 11111110 | 10101101 | 11101 | 0 | 100000 | 1011001 | 0 | 100110 | 1100011 | 110111 |
Color Harmonies of #FEAD1D
Complementary color
Monochromatic Colors of #FEAD1D
Black with #FEAD1D
Text Example
Text Example
White with #FEAD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD1D; }
p { color: rgb(254,173,29); }
H1.HeaderClassName
{
color: #FEAD1D;
}
.AnyTagClassName
{
color: #FEAD1D;
}
</style>
background-color css
<style>
a { background-color: #FEAD1D; }
a { background-color: rgb(254,173,29); }
div.DivClassName
{
background-color: #FEAD1D;
}
.BgClassName
{
background-color: #FEAD1D;
}
</style>
border-color css
<style>
span { border-color: #FEAD1D; }
span { border-color: rgb(254,173,29); }
td.TdClassName
{
border-color: #FEAD1D;
}
.TagClassName
{
border-color: #FEAD1D;
}
</style>