Shades of Dark Tangerine #FBA020
Tints of Dark Tangerine #FBA020
RGB
CMYK
RGB Variations
Color information
#FBA020 (or 0xFBA020) is known color: Dark Tangerine. HEX triplet: FB, A0 and 20. RGB value is (251,160,32). Sum of RGB (Red+Green+Blue) = 251+160+32=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA020 is #045FDF. Grayscale: #ADADAD. Windows color (decimal): -286688 or 2138363. OLE color: 2138363.
HSL color Cylindrical-coordinate representation of color #FBA020: hue angle of 35.07º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBA020 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 32 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.02 |
| HSL | 35.07º | 0.96% | 0.55% | - |
| HSV(B) | 35.07º | 0.87% | 0.98% | - |
| XYZ | 52.62 | 45.76 | 7.43 | - |
| YUV | 172.62 | 48.65 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 32 | 0 | 0.36 | 0.87 | 0.02 | 35.07 | 0.96 | 0.55 |
| Hex | FB | A0 | 20 | 0 | 24 | 57 | 2 | 23 | 60 | 37 |
| Octal | 373 | 240 | 40 | 0 | 44 | 127 | 2 | 43 | 140 | 67 |
| Binary | 11111011 | 10100000 | 100000 | 0 | 100100 | 1010111 | 10 | 100011 | 1100000 | 110111 |
Color Harmonies of #FBA020
Complementary color
Monochromatic Colors of #FBA020
Black with #FBA020
Text Example
Text Example
White with #FBA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA020; }
p { color: rgb(251,160,32); }
H1.HeaderClassName
{
color: #FBA020;
}
.AnyTagClassName
{
color: #FBA020;
}
</style>
background-color css
<style>
a { background-color: #FBA020; }
a { background-color: rgb(251,160,32); }
div.DivClassName
{
background-color: #FBA020;
}
.BgClassName
{
background-color: #FBA020;
}
</style>
border-color css
<style>
span { border-color: #FBA020; }
span { border-color: rgb(251,160,32); }
td.TdClassName
{
border-color: #FBA020;
}
.TagClassName
{
border-color: #FBA020;
}
</style>