Shades of Dark Tangerine #FFA40D
Tints of Dark Tangerine #FFA40D
RGB
CMYK
RGB Variations
Color information
#FFA40D (or 0xFFA40D) is known color: Dark Tangerine. HEX triplet: FF, A4 and 0D. RGB value is (255,164,13). Sum of RGB (Red+Green+Blue) = 255+164+13=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA40D is #005BF2. Grayscale: #AEAEAE. Windows color (decimal): -23539 or 894207. OLE color: 894207.
HSL color Cylindrical-coordinate representation of color #FFA40D: hue angle of 37.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFA40D is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 13 | - |
| CMYK | 0 | 0.36 | 0.95 | 0 |
| HSL | 37.44º | 1% | 0.53% | - |
| HSV(B) | 37.44º | 0.95% | 1% | - |
| XYZ | 54.59 | 47.84 | 6.74 | - |
| YUV | 174 | 37.15 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 13 | 0 | 0.36 | 0.95 | 0 | 37.44 | 1 | 0.53 |
| Hex | FF | A4 | D | 0 | 24 | 5F | 0 | 25 | 64 | 35 |
| Octal | 377 | 244 | 15 | 0 | 44 | 137 | 0 | 45 | 144 | 65 |
| Binary | 11111111 | 10100100 | 1101 | 0 | 100100 | 1011111 | 0 | 100101 | 1100100 | 110101 |
Color Harmonies of #FFA40D
Complementary color
Monochromatic Colors of #FFA40D
Black with #FFA40D
Text Example
Text Example
White with #FFA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA40D; }
p { color: rgb(255,164,13); }
H1.HeaderClassName
{
color: #FFA40D;
}
.AnyTagClassName
{
color: #FFA40D;
}
</style>
background-color css
<style>
a { background-color: #FFA40D; }
a { background-color: rgb(255,164,13); }
div.DivClassName
{
background-color: #FFA40D;
}
.BgClassName
{
background-color: #FFA40D;
}
</style>
border-color css
<style>
span { border-color: #FFA40D; }
span { border-color: rgb(255,164,13); }
td.TdClassName
{
border-color: #FFA40D;
}
.TagClassName
{
border-color: #FFA40D;
}
</style>