Shades of Dark Tangerine #FEAD17
Tints of Dark Tangerine #FEAD17
RGB
CMYK
RGB Variations
Color information
#FEAD17 (or 0xFEAD17) is known color: Dark Tangerine. HEX triplet: FE, AD and 17. RGB value is (254,173,23). Sum of RGB (Red+Green+Blue) = 254+173+23=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 23 (9.38% from 255 or 5.11% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD17 is #0152E8. Grayscale: #B4B4B4. Windows color (decimal): -86761 or 1551870. OLE color: 1551870.
HSL color Cylindrical-coordinate representation of color #FEAD17: hue angle of 38.96º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEAD17 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 23 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.00 |
| HSL | 38.96º | 0.99% | 0.54% | - |
| HSV(B) | 38.96º | 0.91% | 1% | - |
| XYZ | 55.97 | 51.02 | 7.71 | - |
| YUV | 180.12 | 39.34 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 23 | 0 | 0.32 | 0.91 | 0.00 | 38.96 | 0.99 | 0.54 |
| Hex | FE | AD | 17 | 0 | 20 | 5B | 0 | 27 | 63 | 36 |
| Octal | 376 | 255 | 27 | 0 | 40 | 133 | 0 | 47 | 143 | 66 |
| Binary | 11111110 | 10101101 | 10111 | 0 | 100000 | 1011011 | 0 | 100111 | 1100011 | 110110 |
Color Harmonies of #FEAD17
Complementary color
Monochromatic Colors of #FEAD17
Black with #FEAD17
Text Example
Text Example
White with #FEAD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD17; }
p { color: rgb(254,173,23); }
H1.HeaderClassName
{
color: #FEAD17;
}
.AnyTagClassName
{
color: #FEAD17;
}
</style>
background-color css
<style>
a { background-color: #FEAD17; }
a { background-color: rgb(254,173,23); }
div.DivClassName
{
background-color: #FEAD17;
}
.BgClassName
{
background-color: #FEAD17;
}
</style>
border-color css
<style>
span { border-color: #FEAD17; }
span { border-color: rgb(254,173,23); }
td.TdClassName
{
border-color: #FEAD17;
}
.TagClassName
{
border-color: #FEAD17;
}
</style>