Shades of Dark Tangerine #FBA61D
Tints of Dark Tangerine #FBA61D
RGB
CMYK
RGB Variations
Color information
#FBA61D (or 0xFBA61D) is known color: Dark Tangerine. HEX triplet: FB, A6 and 1D. RGB value is (251,166,29). Sum of RGB (Red+Green+Blue) = 251+166+29=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA61D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA61D is #0459E2. Grayscale: #B0B0B0. Windows color (decimal): -285155 or 1943291. OLE color: 1943291.
HSL color Cylindrical-coordinate representation of color #FBA61D: hue angle of 37.03º degrees, saturation: 0.97, 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 #FBA61D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 29 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.02 |
| HSL | 37.03º | 0.97% | 0.55% | - |
| HSV(B) | 37.03º | 0.88% | 0.98% | - |
| XYZ | 53.64 | 47.87 | 7.58 | - |
| YUV | 175.8 | 45.16 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 29 | 0 | 0.34 | 0.88 | 0.02 | 37.03 | 0.97 | 0.55 |
| Hex | FB | A6 | 1D | 0 | 22 | 58 | 2 | 25 | 61 | 37 |
| Octal | 373 | 246 | 35 | 0 | 42 | 130 | 2 | 45 | 141 | 67 |
| Binary | 11111011 | 10100110 | 11101 | 0 | 100010 | 1011000 | 10 | 100101 | 1100001 | 110111 |
Color Harmonies of #FBA61D
Complementary color
Monochromatic Colors of #FBA61D
Black with #FBA61D
Text Example
Text Example
White with #FBA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA61D; }
p { color: rgb(251,166,29); }
H1.HeaderClassName
{
color: #FBA61D;
}
.AnyTagClassName
{
color: #FBA61D;
}
</style>
background-color css
<style>
a { background-color: #FBA61D; }
a { background-color: rgb(251,166,29); }
div.DivClassName
{
background-color: #FBA61D;
}
.BgClassName
{
background-color: #FBA61D;
}
</style>
border-color css
<style>
span { border-color: #FBA61D; }
span { border-color: rgb(251,166,29); }
td.TdClassName
{
border-color: #FBA61D;
}
.TagClassName
{
border-color: #FBA61D;
}
</style>