Shades of Dark Tangerine #FBA71B
Tints of Dark Tangerine #FBA71B
RGB
CMYK
RGB Variations
Color information
#FBA71B (or 0xFBA71B) is known color: Dark Tangerine. HEX triplet: FB, A7 and 1B. RGB value is (251,167,27). Sum of RGB (Red+Green+Blue) = 251+167+27=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA71B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA71B is #0458E4. Grayscale: #B0B0B0. Windows color (decimal): -284901 or 1812475. OLE color: 1812475.
HSL color Cylindrical-coordinate representation of color #FBA71B: hue angle of 37.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FBA71B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 27 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.02 |
| HSL | 37.5º | 0.97% | 0.55% | - |
| HSV(B) | 37.5º | 0.89% | 0.98% | - |
| XYZ | 53.8 | 48.23 | 7.51 | - |
| YUV | 176.16 | 43.83 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 27 | 0 | 0.33 | 0.89 | 0.02 | 37.5 | 0.97 | 0.55 |
| Hex | FB | A7 | 1B | 0 | 21 | 59 | 2 | 26 | 61 | 37 |
| Octal | 373 | 247 | 33 | 0 | 41 | 131 | 2 | 46 | 141 | 67 |
| Binary | 11111011 | 10100111 | 11011 | 0 | 100001 | 1011001 | 10 | 100110 | 1100001 | 110111 |
Color Harmonies of #FBA71B
Complementary color
Monochromatic Colors of #FBA71B
Black with #FBA71B
Text Example
Text Example
White with #FBA71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA71B; }
p { color: rgb(251,167,27); }
H1.HeaderClassName
{
color: #FBA71B;
}
.AnyTagClassName
{
color: #FBA71B;
}
</style>
background-color css
<style>
a { background-color: #FBA71B; }
a { background-color: rgb(251,167,27); }
div.DivClassName
{
background-color: #FBA71B;
}
.BgClassName
{
background-color: #FBA71B;
}
</style>
border-color css
<style>
span { border-color: #FBA71B; }
span { border-color: rgb(251,167,27); }
td.TdClassName
{
border-color: #FBA71B;
}
.TagClassName
{
border-color: #FBA71B;
}
</style>