Shades of Dark Tangerine #FFB71B
Tints of Dark Tangerine #FFB71B
RGB
CMYK
RGB Variations
Color information
#FFB71B (or 0xFFB71B) is known color: Dark Tangerine. HEX triplet: FF, B7 and 1B. RGB value is (255,183,27). Sum of RGB (Red+Green+Blue) = 255+183+27=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB71B is #0048E4. Grayscale: #BBBBBB. Windows color (decimal): -18661 or 1816575. OLE color: 1816575.
HSL color Cylindrical-coordinate representation of color #FFB71B: hue angle of 41.05º 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 #FFB71B is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 27 | - |
| CMYK | 0 | 0.28 | 0.89 | 0 |
| HSL | 41.05º | 1% | 0.55% | - |
| HSV(B) | 41.05º | 0.89% | 1% | - |
| XYZ | 58.37 | 55.21 | 8.62 | - |
| YUV | 186.74 | 37.85 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 27 | 0 | 0.28 | 0.89 | 0 | 41.05 | 1 | 0.55 |
| Hex | FF | B7 | 1B | 0 | 1C | 59 | 0 | 29 | 64 | 37 |
| Octal | 377 | 267 | 33 | 0 | 34 | 131 | 0 | 51 | 144 | 67 |
| Binary | 11111111 | 10110111 | 11011 | 0 | 11100 | 1011001 | 0 | 101001 | 1100100 | 110111 |
Color Harmonies of #FFB71B
Complementary color
Monochromatic Colors of #FFB71B
Black with #FFB71B
Text Example
Text Example
White with #FFB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB71B; }
p { color: rgb(255,183,27); }
H1.HeaderClassName
{
color: #FFB71B;
}
.AnyTagClassName
{
color: #FFB71B;
}
</style>
background-color css
<style>
a { background-color: #FFB71B; }
a { background-color: rgb(255,183,27); }
div.DivClassName
{
background-color: #FFB71B;
}
.BgClassName
{
background-color: #FFB71B;
}
</style>
border-color css
<style>
span { border-color: #FFB71B; }
span { border-color: rgb(255,183,27); }
td.TdClassName
{
border-color: #FFB71B;
}
.TagClassName
{
border-color: #FFB71B;
}
</style>