Shades of Dark Tangerine #FFA71B
Tints of Dark Tangerine #FFA71B
RGB
CMYK
RGB Variations
Color information
#FFA71B (or 0xFFA71B) is known color: Dark Tangerine. HEX triplet: FF, A7 and 1B. RGB value is (255,167,27). Sum of RGB (Red+Green+Blue) = 255+167+27=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 27 (10.94% from 255 or 6.01% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA71B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA71B is #0058E4. Grayscale: #B2B2B2. Windows color (decimal): -22757 or 1812479. OLE color: 1812479.
HSL color Cylindrical-coordinate representation of color #FFA71B: hue angle of 36.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFA71B is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 27 | - |
| CMYK | 0 | 0.35 | 0.89 | 0 |
| HSL | 36.84º | 1% | 0.55% | - |
| HSV(B) | 36.84º | 0.89% | 1% | - |
| XYZ | 55.26 | 48.98 | 7.58 | - |
| YUV | 177.35 | 43.15 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 27 | 0 | 0.35 | 0.89 | 0 | 36.84 | 1 | 0.55 |
| Hex | FF | A7 | 1B | 0 | 23 | 59 | 0 | 25 | 64 | 37 |
| Octal | 377 | 247 | 33 | 0 | 43 | 131 | 0 | 45 | 144 | 67 |
| Binary | 11111111 | 10100111 | 11011 | 0 | 100011 | 1011001 | 0 | 100101 | 1100100 | 110111 |
Color Harmonies of #FFA71B
Complementary color
Monochromatic Colors of #FFA71B
Black with #FFA71B
Text Example
Text Example
White with #FFA71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA71B; }
p { color: rgb(255,167,27); }
H1.HeaderClassName
{
color: #FFA71B;
}
.AnyTagClassName
{
color: #FFA71B;
}
</style>
background-color css
<style>
a { background-color: #FFA71B; }
a { background-color: rgb(255,167,27); }
div.DivClassName
{
background-color: #FFA71B;
}
.BgClassName
{
background-color: #FFA71B;
}
</style>
border-color css
<style>
span { border-color: #FFA71B; }
span { border-color: rgb(255,167,27); }
td.TdClassName
{
border-color: #FFA71B;
}
.TagClassName
{
border-color: #FFA71B;
}
</style>