Shades of Dark Tangerine #FBA61C
Tints of Dark Tangerine #FBA61C
RGB
CMYK
RGB Variations
Color information
#FBA61C (or 0xFBA61C) is known color: Dark Tangerine. HEX triplet: FB, A6 and 1C. RGB value is (251,166,28). Sum of RGB (Red+Green+Blue) = 251+166+28=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA61C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA61C is #0459E3. Grayscale: #B0B0B0. Windows color (decimal): -285156 or 1877755. OLE color: 1877755.
HSL color Cylindrical-coordinate representation of color #FBA61C: hue angle of 37.13º 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 #FBA61C is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 28 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.02 |
| HSL | 37.13º | 0.97% | 0.55% | - |
| HSV(B) | 37.13º | 0.89% | 0.98% | - |
| XYZ | 53.63 | 47.87 | 7.51 | - |
| YUV | 175.68 | 44.66 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 28 | 0 | 0.34 | 0.89 | 0.02 | 37.13 | 0.97 | 0.55 |
| Hex | FB | A6 | 1C | 0 | 22 | 59 | 2 | 25 | 61 | 37 |
| Octal | 373 | 246 | 34 | 0 | 42 | 131 | 2 | 45 | 141 | 67 |
| Binary | 11111011 | 10100110 | 11100 | 0 | 100010 | 1011001 | 10 | 100101 | 1100001 | 110111 |
Color Harmonies of #FBA61C
Complementary color
Monochromatic Colors of #FBA61C
Black with #FBA61C
Text Example
Text Example
White with #FBA61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA61C; }
p { color: rgb(251,166,28); }
H1.HeaderClassName
{
color: #FBA61C;
}
.AnyTagClassName
{
color: #FBA61C;
}
</style>
background-color css
<style>
a { background-color: #FBA61C; }
a { background-color: rgb(251,166,28); }
div.DivClassName
{
background-color: #FBA61C;
}
.BgClassName
{
background-color: #FBA61C;
}
</style>
border-color css
<style>
span { border-color: #FBA61C; }
span { border-color: rgb(251,166,28); }
td.TdClassName
{
border-color: #FBA61C;
}
.TagClassName
{
border-color: #FBA61C;
}
</style>