Shades of Dark Tangerine #FBA521
Tints of Dark Tangerine #FBA521
RGB
CMYK
RGB Variations
Color information
#FBA521 (or 0xFBA521) is known color: Dark Tangerine. HEX triplet: FB, A5 and 21. RGB value is (251,165,33). Sum of RGB (Red+Green+Blue) = 251+165+33=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA521 is #045ADE. Grayscale: #B0B0B0. Windows color (decimal): -285407 or 2205179. OLE color: 2205179.
HSL color Cylindrical-coordinate representation of color #FBA521: hue angle of 36.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBA521 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 33 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.02 |
| HSL | 36.33º | 0.96% | 0.56% | - |
| HSV(B) | 36.33º | 0.87% | 0.98% | - |
| XYZ | 53.51 | 47.53 | 7.79 | - |
| YUV | 175.67 | 47.49 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 33 | 0 | 0.34 | 0.87 | 0.02 | 36.33 | 0.96 | 0.56 |
| Hex | FB | A5 | 21 | 0 | 22 | 57 | 2 | 24 | 60 | 38 |
| Octal | 373 | 245 | 41 | 0 | 42 | 127 | 2 | 44 | 140 | 70 |
| Binary | 11111011 | 10100101 | 100001 | 0 | 100010 | 1010111 | 10 | 100100 | 1100000 | 111000 |
Color Harmonies of #FBA521
Complementary color
Monochromatic Colors of #FBA521
Black with #FBA521
Text Example
Text Example
White with #FBA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA521; }
p { color: rgb(251,165,33); }
H1.HeaderClassName
{
color: #FBA521;
}
.AnyTagClassName
{
color: #FBA521;
}
</style>
background-color css
<style>
a { background-color: #FBA521; }
a { background-color: rgb(251,165,33); }
div.DivClassName
{
background-color: #FBA521;
}
.BgClassName
{
background-color: #FBA521;
}
</style>
border-color css
<style>
span { border-color: #FBA521; }
span { border-color: rgb(251,165,33); }
td.TdClassName
{
border-color: #FBA521;
}
.TagClassName
{
border-color: #FBA521;
}
</style>