Shades of Dark Tangerine #FBA120
Tints of Dark Tangerine #FBA120
RGB
CMYK
RGB Variations
Color information
#FBA120 (or 0xFBA120) is known color: Dark Tangerine. HEX triplet: FB, A1 and 20. RGB value is (251,161,32). Sum of RGB (Red+Green+Blue) = 251+161+32=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA120 is #045EDF. Grayscale: #ADADAD. Windows color (decimal): -286432 or 2138619. OLE color: 2138619.
HSL color Cylindrical-coordinate representation of color #FBA120: hue angle of 35.34º 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 #FBA120 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 32 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.02 |
| HSL | 35.34º | 0.96% | 0.55% | - |
| HSV(B) | 35.34º | 0.87% | 0.98% | - |
| XYZ | 52.79 | 46.1 | 7.48 | - |
| YUV | 173.2 | 48.32 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 32 | 0 | 0.36 | 0.87 | 0.02 | 35.34 | 0.96 | 0.55 |
| Hex | FB | A1 | 20 | 0 | 24 | 57 | 2 | 23 | 60 | 37 |
| Octal | 373 | 241 | 40 | 0 | 44 | 127 | 2 | 43 | 140 | 67 |
| Binary | 11111011 | 10100001 | 100000 | 0 | 100100 | 1010111 | 10 | 100011 | 1100000 | 110111 |
Color Harmonies of #FBA120
Complementary color
Monochromatic Colors of #FBA120
Black with #FBA120
Text Example
Text Example
White with #FBA120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA120; }
p { color: rgb(251,161,32); }
H1.HeaderClassName
{
color: #FBA120;
}
.AnyTagClassName
{
color: #FBA120;
}
</style>
background-color css
<style>
a { background-color: #FBA120; }
a { background-color: rgb(251,161,32); }
div.DivClassName
{
background-color: #FBA120;
}
.BgClassName
{
background-color: #FBA120;
}
</style>
border-color css
<style>
span { border-color: #FBA120; }
span { border-color: rgb(251,161,32); }
td.TdClassName
{
border-color: #FBA120;
}
.TagClassName
{
border-color: #FBA120;
}
</style>