Shades of Dark Tangerine #FFB71A
Tints of Dark Tangerine #FFB71A
RGB
CMYK
RGB Variations
Color information
#FFB71A (or 0xFFB71A) is known color: Dark Tangerine. HEX triplet: FF, B7 and 1A. RGB value is (255,183,26). Sum of RGB (Red+Green+Blue) = 255+183+26=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB71A is #0048E5. Grayscale: #BBBBBB. Windows color (decimal): -18662 or 1751039. OLE color: 1751039.
HSL color Cylindrical-coordinate representation of color #FFB71A: hue angle of 41.14º 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 #FFB71A is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 26 | - |
| CMYK | 0 | 0.28 | 0.90 | 0 |
| HSL | 41.14º | 1% | 0.55% | - |
| HSV(B) | 41.14º | 0.9% | 1% | - |
| XYZ | 58.36 | 55.2 | 8.56 | - |
| YUV | 186.63 | 37.35 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 26 | 0 | 0.28 | 0.90 | 0 | 41.14 | 1 | 0.55 |
| Hex | FF | B7 | 1A | 0 | 1C | 5A | 0 | 29 | 64 | 37 |
| Octal | 377 | 267 | 32 | 0 | 34 | 132 | 0 | 51 | 144 | 67 |
| Binary | 11111111 | 10110111 | 11010 | 0 | 11100 | 1011010 | 0 | 101001 | 1100100 | 110111 |
Color Harmonies of #FFB71A
Complementary color
Monochromatic Colors of #FFB71A
Black with #FFB71A
Text Example
Text Example
White with #FFB71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB71A; }
p { color: rgb(255,183,26); }
H1.HeaderClassName
{
color: #FFB71A;
}
.AnyTagClassName
{
color: #FFB71A;
}
</style>
background-color css
<style>
a { background-color: #FFB71A; }
a { background-color: rgb(255,183,26); }
div.DivClassName
{
background-color: #FFB71A;
}
.BgClassName
{
background-color: #FFB71A;
}
</style>
border-color css
<style>
span { border-color: #FFB71A; }
span { border-color: rgb(255,183,26); }
td.TdClassName
{
border-color: #FFB71A;
}
.TagClassName
{
border-color: #FFB71A;
}
</style>