Shades of Dark Tangerine #FEAD1F
Tints of Dark Tangerine #FEAD1F
RGB
CMYK
RGB Variations
Color information
#FEAD1F (or 0xFEAD1F) is known color: Dark Tangerine. HEX triplet: FE, AD and 1F. RGB value is (254,173,31). Sum of RGB (Red+Green+Blue) = 254+173+31=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 31 (12.5% from 255 or 6.77% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD1F is #0152E0. Grayscale: #B5B5B5. Windows color (decimal): -86753 or 2076158. OLE color: 2076158.
HSL color Cylindrical-coordinate representation of color #FEAD1F: hue angle of 38.21º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEAD1F is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 31 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.00 |
| HSL | 38.21º | 0.99% | 0.56% | - |
| HSV(B) | 38.21º | 0.88% | 1% | - |
| XYZ | 56.06 | 51.06 | 8.2 | - |
| YUV | 181.03 | 43.34 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 31 | 0 | 0.32 | 0.88 | 0.00 | 38.21 | 0.99 | 0.56 |
| Hex | FE | AD | 1F | 0 | 20 | 58 | 0 | 26 | 63 | 38 |
| Octal | 376 | 255 | 37 | 0 | 40 | 130 | 0 | 46 | 143 | 70 |
| Binary | 11111110 | 10101101 | 11111 | 0 | 100000 | 1011000 | 0 | 100110 | 1100011 | 111000 |
Color Harmonies of #FEAD1F
Complementary color
Monochromatic Colors of #FEAD1F
Black with #FEAD1F
Text Example
Text Example
White with #FEAD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD1F; }
p { color: rgb(254,173,31); }
H1.HeaderClassName
{
color: #FEAD1F;
}
.AnyTagClassName
{
color: #FEAD1F;
}
</style>
background-color css
<style>
a { background-color: #FEAD1F; }
a { background-color: rgb(254,173,31); }
div.DivClassName
{
background-color: #FEAD1F;
}
.BgClassName
{
background-color: #FEAD1F;
}
</style>
border-color css
<style>
span { border-color: #FEAD1F; }
span { border-color: rgb(254,173,31); }
td.TdClassName
{
border-color: #FEAD1F;
}
.TagClassName
{
border-color: #FEAD1F;
}
</style>