Shades of Dark Tangerine #FBA510
Tints of Dark Tangerine #FBA510
RGB
CMYK
RGB Variations
Color information
#FBA510 (or 0xFBA510) is known color: Dark Tangerine. HEX triplet: FB, A5 and 10. RGB value is (251,165,16). Sum of RGB (Red+Green+Blue) = 251+165+16=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA510 is #045AEF. Grayscale: #AEAEAE. Windows color (decimal): -285424 or 1091067. OLE color: 1091067.
HSL color Cylindrical-coordinate representation of color #FBA510: hue angle of 38.04º 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 #FBA510 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 16 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.02 |
| HSL | 38.04º | 0.97% | 0.52% | - |
| HSV(B) | 38.04º | 0.94% | 0.98% | - |
| XYZ | 53.33 | 47.46 | 6.84 | - |
| YUV | 173.73 | 38.99 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 16 | 0 | 0.34 | 0.94 | 0.02 | 38.04 | 0.97 | 0.52 |
| Hex | FB | A5 | 10 | 0 | 22 | 5E | 2 | 26 | 61 | 34 |
| Octal | 373 | 245 | 20 | 0 | 42 | 136 | 2 | 46 | 141 | 64 |
| Binary | 11111011 | 10100101 | 10000 | 0 | 100010 | 1011110 | 10 | 100110 | 1100001 | 110100 |
Color Harmonies of #FBA510
Complementary color
Monochromatic Colors of #FBA510
Black with #FBA510
Text Example
Text Example
White with #FBA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA510; }
p { color: rgb(251,165,16); }
H1.HeaderClassName
{
color: #FBA510;
}
.AnyTagClassName
{
color: #FBA510;
}
</style>
background-color css
<style>
a { background-color: #FBA510; }
a { background-color: rgb(251,165,16); }
div.DivClassName
{
background-color: #FBA510;
}
.BgClassName
{
background-color: #FBA510;
}
</style>
border-color css
<style>
span { border-color: #FBA510; }
span { border-color: rgb(251,165,16); }
td.TdClassName
{
border-color: #FBA510;
}
.TagClassName
{
border-color: #FBA510;
}
</style>