Shades of Dark Tangerine #FBA71F
Tints of Dark Tangerine #FBA71F
RGB
CMYK
RGB Variations
Color information
#FBA71F (or 0xFBA71F) is known color: Dark Tangerine. HEX triplet: FB, A7 and 1F. RGB value is (251,167,31). Sum of RGB (Red+Green+Blue) = 251+167+31=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA71F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA71F is #0458E0. Grayscale: #B1B1B1. Windows color (decimal): -284897 or 2074619. OLE color: 2074619.
HSL color Cylindrical-coordinate representation of color #FBA71F: hue angle of 37.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FBA71F is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 31 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.02 |
| HSL | 37.09º | 0.96% | 0.55% | - |
| HSV(B) | 37.09º | 0.88% | 0.98% | - |
| XYZ | 53.85 | 48.25 | 7.77 | - |
| YUV | 176.61 | 45.83 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 31 | 0 | 0.33 | 0.88 | 0.02 | 37.09 | 0.96 | 0.55 |
| Hex | FB | A7 | 1F | 0 | 21 | 58 | 2 | 25 | 60 | 37 |
| Octal | 373 | 247 | 37 | 0 | 41 | 130 | 2 | 45 | 140 | 67 |
| Binary | 11111011 | 10100111 | 11111 | 0 | 100001 | 1011000 | 10 | 100101 | 1100000 | 110111 |
Color Harmonies of #FBA71F
Complementary color
Monochromatic Colors of #FBA71F
Black with #FBA71F
Text Example
Text Example
White with #FBA71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA71F; }
p { color: rgb(251,167,31); }
H1.HeaderClassName
{
color: #FBA71F;
}
.AnyTagClassName
{
color: #FBA71F;
}
</style>
background-color css
<style>
a { background-color: #FBA71F; }
a { background-color: rgb(251,167,31); }
div.DivClassName
{
background-color: #FBA71F;
}
.BgClassName
{
background-color: #FBA71F;
}
</style>
border-color css
<style>
span { border-color: #FBA71F; }
span { border-color: rgb(251,167,31); }
td.TdClassName
{
border-color: #FBA71F;
}
.TagClassName
{
border-color: #FBA71F;
}
</style>