Shades of Dark Tangerine #FFB71F
Tints of Dark Tangerine #FFB71F
RGB
CMYK
RGB Variations
Color information
#FFB71F (or 0xFFB71F) is known color: Dark Tangerine. HEX triplet: FF, B7 and 1F. RGB value is (255,183,31). Sum of RGB (Red+Green+Blue) = 255+183+31=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 31 (12.5% from 255 or 6.61% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB71F is #0048E0. Grayscale: #BBBBBB. Windows color (decimal): -18657 or 2078719. OLE color: 2078719.
HSL color Cylindrical-coordinate representation of color #FFB71F: hue angle of 40.71º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFB71F is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 31 | - |
| CMYK | 0 | 0.28 | 0.88 | 0 |
| HSL | 40.71º | 1% | 0.56% | - |
| HSV(B) | 40.71º | 0.88% | 1% | - |
| XYZ | 58.42 | 55.23 | 8.88 | - |
| YUV | 187.2 | 39.85 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 31 | 0 | 0.28 | 0.88 | 0 | 40.71 | 1 | 0.56 |
| Hex | FF | B7 | 1F | 0 | 1C | 58 | 0 | 29 | 64 | 38 |
| Octal | 377 | 267 | 37 | 0 | 34 | 130 | 0 | 51 | 144 | 70 |
| Binary | 11111111 | 10110111 | 11111 | 0 | 11100 | 1011000 | 0 | 101001 | 1100100 | 111000 |
Color Harmonies of #FFB71F
Complementary color
Monochromatic Colors of #FFB71F
Black with #FFB71F
Text Example
Text Example
White with #FFB71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB71F; }
p { color: rgb(255,183,31); }
H1.HeaderClassName
{
color: #FFB71F;
}
.AnyTagClassName
{
color: #FFB71F;
}
</style>
background-color css
<style>
a { background-color: #FFB71F; }
a { background-color: rgb(255,183,31); }
div.DivClassName
{
background-color: #FFB71F;
}
.BgClassName
{
background-color: #FFB71F;
}
</style>
border-color css
<style>
span { border-color: #FFB71F; }
span { border-color: rgb(255,183,31); }
td.TdClassName
{
border-color: #FFB71F;
}
.TagClassName
{
border-color: #FFB71F;
}
</style>