Shades of Dark Tangerine #FBA61E
Tints of Dark Tangerine #FBA61E
RGB
CMYK
RGB Variations
Color information
#FBA61E (or 0xFBA61E) is known color: Dark Tangerine. HEX triplet: FB, A6 and 1E. RGB value is (251,166,30). Sum of RGB (Red+Green+Blue) = 251+166+30=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA61E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA61E is #0459E1. Grayscale: #B0B0B0. Windows color (decimal): -285154 or 2008827. OLE color: 2008827.
HSL color Cylindrical-coordinate representation of color #FBA61E: hue angle of 36.92º 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 #FBA61E is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 30 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.02 |
| HSL | 36.92º | 0.97% | 0.55% | - |
| HSV(B) | 36.92º | 0.88% | 0.98% | - |
| XYZ | 53.65 | 47.88 | 7.64 | - |
| YUV | 175.91 | 45.66 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 30 | 0 | 0.34 | 0.88 | 0.02 | 36.92 | 0.97 | 0.55 |
| Hex | FB | A6 | 1E | 0 | 22 | 58 | 2 | 25 | 61 | 37 |
| Octal | 373 | 246 | 36 | 0 | 42 | 130 | 2 | 45 | 141 | 67 |
| Binary | 11111011 | 10100110 | 11110 | 0 | 100010 | 1011000 | 10 | 100101 | 1100001 | 110111 |
Color Harmonies of #FBA61E
Complementary color
Monochromatic Colors of #FBA61E
Black with #FBA61E
Text Example
Text Example
White with #FBA61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA61E; }
p { color: rgb(251,166,30); }
H1.HeaderClassName
{
color: #FBA61E;
}
.AnyTagClassName
{
color: #FBA61E;
}
</style>
background-color css
<style>
a { background-color: #FBA61E; }
a { background-color: rgb(251,166,30); }
div.DivClassName
{
background-color: #FBA61E;
}
.BgClassName
{
background-color: #FBA61E;
}
</style>
border-color css
<style>
span { border-color: #FBA61E; }
span { border-color: rgb(251,166,30); }
td.TdClassName
{
border-color: #FBA61E;
}
.TagClassName
{
border-color: #FBA61E;
}
</style>