Shades of Dark Tangerine #FBA60E
Tints of Dark Tangerine #FBA60E
RGB
CMYK
RGB Variations
Color information
#FBA60E (or 0xFBA60E) is known color: Dark Tangerine. HEX triplet: FB, A6 and 0E. RGB value is (251,166,14). Sum of RGB (Red+Green+Blue) = 251+166+14=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA60E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA60E is #0459F1. Grayscale: #AEAEAE. Windows color (decimal): -285170 or 960251. OLE color: 960251.
HSL color Cylindrical-coordinate representation of color #FBA60E: hue angle of 38.48º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBA60E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 14 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.02 |
| HSL | 38.48º | 0.97% | 0.52% | - |
| HSV(B) | 38.48º | 0.94% | 0.98% | - |
| XYZ | 53.5 | 47.81 | 6.82 | - |
| YUV | 174.09 | 37.66 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 14 | 0 | 0.34 | 0.94 | 0.02 | 38.48 | 0.97 | 0.52 |
| Hex | FB | A6 | E | 0 | 22 | 5E | 2 | 26 | 61 | 34 |
| Octal | 373 | 246 | 16 | 0 | 42 | 136 | 2 | 46 | 141 | 64 |
| Binary | 11111011 | 10100110 | 1110 | 0 | 100010 | 1011110 | 10 | 100110 | 1100001 | 110100 |
Color Harmonies of #FBA60E
Complementary color
Monochromatic Colors of #FBA60E
Black with #FBA60E
Text Example
Text Example
White with #FBA60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA60E; }
p { color: rgb(251,166,14); }
H1.HeaderClassName
{
color: #FBA60E;
}
.AnyTagClassName
{
color: #FBA60E;
}
</style>
background-color css
<style>
a { background-color: #FBA60E; }
a { background-color: rgb(251,166,14); }
div.DivClassName
{
background-color: #FBA60E;
}
.BgClassName
{
background-color: #FBA60E;
}
</style>
border-color css
<style>
span { border-color: #FBA60E; }
span { border-color: rgb(251,166,14); }
td.TdClassName
{
border-color: #FBA60E;
}
.TagClassName
{
border-color: #FBA60E;
}
</style>