Shades of Dark Tangerine #FBA615
Tints of Dark Tangerine #FBA615
RGB
CMYK
RGB Variations
Color information
#FBA615 (or 0xFBA615) is known color: Dark Tangerine. HEX triplet: FB, A6 and 15. RGB value is (251,166,21). Sum of RGB (Red+Green+Blue) = 251+166+21=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA615 is #0459EA. Grayscale: #AFAFAF. Windows color (decimal): -285163 or 1419003. OLE color: 1419003.
HSL color Cylindrical-coordinate representation of color #FBA615: hue angle of 37.83º 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 #FBA615 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 21 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.02 |
| HSL | 37.83º | 0.97% | 0.53% | - |
| HSV(B) | 37.83º | 0.92% | 0.98% | - |
| XYZ | 53.56 | 47.84 | 7.12 | - |
| YUV | 174.89 | 41.16 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 21 | 0 | 0.34 | 0.92 | 0.02 | 37.83 | 0.97 | 0.53 |
| Hex | FB | A6 | 15 | 0 | 22 | 5C | 2 | 26 | 61 | 35 |
| Octal | 373 | 246 | 25 | 0 | 42 | 134 | 2 | 46 | 141 | 65 |
| Binary | 11111011 | 10100110 | 10101 | 0 | 100010 | 1011100 | 10 | 100110 | 1100001 | 110101 |
Color Harmonies of #FBA615
Complementary color
Monochromatic Colors of #FBA615
Black with #FBA615
Text Example
Text Example
White with #FBA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA615; }
p { color: rgb(251,166,21); }
H1.HeaderClassName
{
color: #FBA615;
}
.AnyTagClassName
{
color: #FBA615;
}
</style>
background-color css
<style>
a { background-color: #FBA615; }
a { background-color: rgb(251,166,21); }
div.DivClassName
{
background-color: #FBA615;
}
.BgClassName
{
background-color: #FBA615;
}
</style>
border-color css
<style>
span { border-color: #FBA615; }
span { border-color: rgb(251,166,21); }
td.TdClassName
{
border-color: #FBA615;
}
.TagClassName
{
border-color: #FBA615;
}
</style>