Shades of Dark Tangerine #FBA622
Tints of Dark Tangerine #FBA622
RGB
CMYK
RGB Variations
Color information
#FBA622 (or 0xFBA622) is known color: Dark Tangerine. HEX triplet: FB, A6 and 22. RGB value is (251,166,34). Sum of RGB (Red+Green+Blue) = 251+166+34=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA622 is #0459DD. Grayscale: #B0B0B0. Windows color (decimal): -285150 or 2270971. OLE color: 2270971.
HSL color Cylindrical-coordinate representation of color #FBA622: hue angle of 36.5º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBA622 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 34 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.02 |
| HSL | 36.5º | 0.96% | 0.56% | - |
| HSV(B) | 36.5º | 0.86% | 0.98% | - |
| XYZ | 53.71 | 47.9 | 7.93 | - |
| YUV | 176.37 | 47.66 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 34 | 0 | 0.34 | 0.86 | 0.02 | 36.5 | 0.96 | 0.56 |
| Hex | FB | A6 | 22 | 0 | 22 | 56 | 2 | 24 | 60 | 38 |
| Octal | 373 | 246 | 42 | 0 | 42 | 126 | 2 | 44 | 140 | 70 |
| Binary | 11111011 | 10100110 | 100010 | 0 | 100010 | 1010110 | 10 | 100100 | 1100000 | 111000 |
Color Harmonies of #FBA622
Complementary color
Monochromatic Colors of #FBA622
Black with #FBA622
Text Example
Text Example
White with #FBA622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA622; }
p { color: rgb(251,166,34); }
H1.HeaderClassName
{
color: #FBA622;
}
.AnyTagClassName
{
color: #FBA622;
}
</style>
background-color css
<style>
a { background-color: #FBA622; }
a { background-color: rgb(251,166,34); }
div.DivClassName
{
background-color: #FBA622;
}
.BgClassName
{
background-color: #FBA622;
}
</style>
border-color css
<style>
span { border-color: #FBA622; }
span { border-color: rgb(251,166,34); }
td.TdClassName
{
border-color: #FBA622;
}
.TagClassName
{
border-color: #FBA622;
}
</style>