Shades of Dark Tangerine #FFA51D
Tints of Dark Tangerine #FFA51D
RGB
CMYK
RGB Variations
Color information
#FFA51D (or 0xFFA51D) is known color: Dark Tangerine. HEX triplet: FF, A5 and 1D. RGB value is (255,165,29). Sum of RGB (Red+Green+Blue) = 255+165+29=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA51D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA51D is #005AE2. Grayscale: #B1B1B1. Windows color (decimal): -23267 or 1943039. OLE color: 1943039.
HSL color Cylindrical-coordinate representation of color #FFA51D: hue angle of 36.11º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFA51D is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 29 | - |
| CMYK | 0 | 0.35 | 0.89 | 0 |
| HSL | 36.11º | 1% | 0.56% | - |
| HSV(B) | 36.11º | 0.89% | 1% | - |
| XYZ | 54.92 | 48.26 | 7.58 | - |
| YUV | 176.41 | 44.82 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 29 | 0 | 0.35 | 0.89 | 0 | 36.11 | 1 | 0.56 |
| Hex | FF | A5 | 1D | 0 | 23 | 59 | 0 | 24 | 64 | 38 |
| Octal | 377 | 245 | 35 | 0 | 43 | 131 | 0 | 44 | 144 | 70 |
| Binary | 11111111 | 10100101 | 11101 | 0 | 100011 | 1011001 | 0 | 100100 | 1100100 | 111000 |
Color Harmonies of #FFA51D
Complementary color
Monochromatic Colors of #FFA51D
Black with #FFA51D
Text Example
Text Example
White with #FFA51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA51D; }
p { color: rgb(255,165,29); }
H1.HeaderClassName
{
color: #FFA51D;
}
.AnyTagClassName
{
color: #FFA51D;
}
</style>
background-color css
<style>
a { background-color: #FFA51D; }
a { background-color: rgb(255,165,29); }
div.DivClassName
{
background-color: #FFA51D;
}
.BgClassName
{
background-color: #FFA51D;
}
</style>
border-color css
<style>
span { border-color: #FFA51D; }
span { border-color: rgb(255,165,29); }
td.TdClassName
{
border-color: #FFA51D;
}
.TagClassName
{
border-color: #FFA51D;
}
</style>