Shades of Dark Tangerine #FBA515
Tints of Dark Tangerine #FBA515
RGB
CMYK
RGB Variations
Color information
#FBA515 (or 0xFBA515) is known color: Dark Tangerine. HEX triplet: FB, A5 and 15. RGB value is (251,165,21). Sum of RGB (Red+Green+Blue) = 251+165+21=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA515 is #045AEA. Grayscale: #AEAEAE. Windows color (decimal): -285419 or 1418747. OLE color: 1418747.
HSL color Cylindrical-coordinate representation of color #FBA515: hue angle of 37.57º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBA515 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 21 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.02 |
| HSL | 37.57º | 0.97% | 0.53% | - |
| HSV(B) | 37.57º | 0.92% | 0.98% | - |
| XYZ | 53.37 | 47.47 | 7.06 | - |
| YUV | 174.3 | 41.49 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 21 | 0 | 0.34 | 0.92 | 0.02 | 37.57 | 0.97 | 0.53 |
| Hex | FB | A5 | 15 | 0 | 22 | 5C | 2 | 26 | 61 | 35 |
| Octal | 373 | 245 | 25 | 0 | 42 | 134 | 2 | 46 | 141 | 65 |
| Binary | 11111011 | 10100101 | 10101 | 0 | 100010 | 1011100 | 10 | 100110 | 1100001 | 110101 |
Color Harmonies of #FBA515
Complementary color
Monochromatic Colors of #FBA515
Black with #FBA515
Text Example
Text Example
White with #FBA515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA515; }
p { color: rgb(251,165,21); }
H1.HeaderClassName
{
color: #FBA515;
}
.AnyTagClassName
{
color: #FBA515;
}
</style>
background-color css
<style>
a { background-color: #FBA515; }
a { background-color: rgb(251,165,21); }
div.DivClassName
{
background-color: #FBA515;
}
.BgClassName
{
background-color: #FBA515;
}
</style>
border-color css
<style>
span { border-color: #FBA515; }
span { border-color: rgb(251,165,21); }
td.TdClassName
{
border-color: #FBA515;
}
.TagClassName
{
border-color: #FBA515;
}
</style>