Shades of Dark Tangerine #FBA320
Tints of Dark Tangerine #FBA320
RGB
CMYK
RGB Variations
Color information
#FBA320 (or 0xFBA320) is known color: Dark Tangerine. HEX triplet: FB, A3 and 20. RGB value is (251,163,32). Sum of RGB (Red+Green+Blue) = 251+163+32=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA320 is #045CDF. Grayscale: #AEAEAE. Windows color (decimal): -285920 or 2139131. OLE color: 2139131.
HSL color Cylindrical-coordinate representation of color #FBA320: hue angle of 35.89º 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 #FBA320 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 32 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.02 |
| HSL | 35.89º | 0.96% | 0.55% | - |
| HSV(B) | 35.89º | 0.87% | 0.98% | - |
| XYZ | 53.14 | 46.81 | 7.6 | - |
| YUV | 174.38 | 47.65 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 32 | 0 | 0.35 | 0.87 | 0.02 | 35.89 | 0.96 | 0.55 |
| Hex | FB | A3 | 20 | 0 | 23 | 57 | 2 | 24 | 60 | 37 |
| Octal | 373 | 243 | 40 | 0 | 43 | 127 | 2 | 44 | 140 | 67 |
| Binary | 11111011 | 10100011 | 100000 | 0 | 100011 | 1010111 | 10 | 100100 | 1100000 | 110111 |
Color Harmonies of #FBA320
Complementary color
Monochromatic Colors of #FBA320
Black with #FBA320
Text Example
Text Example
White with #FBA320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA320; }
p { color: rgb(251,163,32); }
H1.HeaderClassName
{
color: #FBA320;
}
.AnyTagClassName
{
color: #FBA320;
}
</style>
background-color css
<style>
a { background-color: #FBA320; }
a { background-color: rgb(251,163,32); }
div.DivClassName
{
background-color: #FBA320;
}
.BgClassName
{
background-color: #FBA320;
}
</style>
border-color css
<style>
span { border-color: #FBA320; }
span { border-color: rgb(251,163,32); }
td.TdClassName
{
border-color: #FBA320;
}
.TagClassName
{
border-color: #FBA320;
}
</style>