Shades of Dark Tangerine #FFB71D
Tints of Dark Tangerine #FFB71D
RGB
CMYK
RGB Variations
Color information
#FFB71D (or 0xFFB71D) is known color: Dark Tangerine. HEX triplet: FF, B7 and 1D. RGB value is (255,183,29). Sum of RGB (Red+Green+Blue) = 255+183+29=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB71D is #0048E2. Grayscale: #BBBBBB. Windows color (decimal): -18659 or 1947647. OLE color: 1947647.
HSL color Cylindrical-coordinate representation of color #FFB71D: hue angle of 40.88º 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 #FFB71D is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 29 | - |
| CMYK | 0 | 0.28 | 0.89 | 0 |
| HSL | 40.88º | 1% | 0.56% | - |
| HSV(B) | 40.88º | 0.89% | 1% | - |
| XYZ | 58.4 | 55.22 | 8.74 | - |
| YUV | 186.97 | 38.85 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 29 | 0 | 0.28 | 0.89 | 0 | 40.88 | 1 | 0.56 |
| Hex | FF | B7 | 1D | 0 | 1C | 59 | 0 | 29 | 64 | 38 |
| Octal | 377 | 267 | 35 | 0 | 34 | 131 | 0 | 51 | 144 | 70 |
| Binary | 11111111 | 10110111 | 11101 | 0 | 11100 | 1011001 | 0 | 101001 | 1100100 | 111000 |
Color Harmonies of #FFB71D
Complementary color
Monochromatic Colors of #FFB71D
Black with #FFB71D
Text Example
Text Example
White with #FFB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB71D; }
p { color: rgb(255,183,29); }
H1.HeaderClassName
{
color: #FFB71D;
}
.AnyTagClassName
{
color: #FFB71D;
}
</style>
background-color css
<style>
a { background-color: #FFB71D; }
a { background-color: rgb(255,183,29); }
div.DivClassName
{
background-color: #FFB71D;
}
.BgClassName
{
background-color: #FFB71D;
}
</style>
border-color css
<style>
span { border-color: #FFB71D; }
span { border-color: rgb(255,183,29); }
td.TdClassName
{
border-color: #FFB71D;
}
.TagClassName
{
border-color: #FFB71D;
}
</style>