Shades of Dark Tangerine #FFA71A
Tints of Dark Tangerine #FFA71A
RGB
CMYK
RGB Variations
Color information
#FFA71A (or 0xFFA71A) is known color: Dark Tangerine. HEX triplet: FF, A7 and 1A. RGB value is (255,167,26). Sum of RGB (Red+Green+Blue) = 255+167+26=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA71A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA71A is #0058E5. Grayscale: #B1B1B1. Windows color (decimal): -22758 or 1746943. OLE color: 1746943.
HSL color Cylindrical-coordinate representation of color #FFA71A: hue angle of 36.94º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFA71A is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 26 | - |
| CMYK | 0 | 0.35 | 0.90 | 0 |
| HSL | 36.94º | 1% | 0.55% | - |
| HSV(B) | 36.94º | 0.9% | 1% | - |
| XYZ | 55.25 | 48.97 | 7.52 | - |
| YUV | 177.24 | 42.65 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 26 | 0 | 0.35 | 0.90 | 0 | 36.94 | 1 | 0.55 |
| Hex | FF | A7 | 1A | 0 | 23 | 5A | 0 | 25 | 64 | 37 |
| Octal | 377 | 247 | 32 | 0 | 43 | 132 | 0 | 45 | 144 | 67 |
| Binary | 11111111 | 10100111 | 11010 | 0 | 100011 | 1011010 | 0 | 100101 | 1100100 | 110111 |
Color Harmonies of #FFA71A
Complementary color
Monochromatic Colors of #FFA71A
Black with #FFA71A
Text Example
Text Example
White with #FFA71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA71A; }
p { color: rgb(255,167,26); }
H1.HeaderClassName
{
color: #FFA71A;
}
.AnyTagClassName
{
color: #FFA71A;
}
</style>
background-color css
<style>
a { background-color: #FFA71A; }
a { background-color: rgb(255,167,26); }
div.DivClassName
{
background-color: #FFA71A;
}
.BgClassName
{
background-color: #FFA71A;
}
</style>
border-color css
<style>
span { border-color: #FFA71A; }
span { border-color: rgb(255,167,26); }
td.TdClassName
{
border-color: #FFA71A;
}
.TagClassName
{
border-color: #FFA71A;
}
</style>