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