Shades of Dark Tangerine #FBA20B
Tints of Dark Tangerine #FBA20B
RGB
CMYK
RGB Variations
Color information
#FBA20B (or 0xFBA20B) is known color: Dark Tangerine. HEX triplet: FB, A2 and 0B. RGB value is (251,162,11). Sum of RGB (Red+Green+Blue) = 251+162+11=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA20B is #045DF4. Grayscale: #ACACAC. Windows color (decimal): -286197 or 762619. OLE color: 762619.
HSL color Cylindrical-coordinate representation of color #FBA20B: hue angle of 37.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBA20B is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 11 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.02 |
| HSL | 37.75º | 0.97% | 0.51% | - |
| HSV(B) | 37.75º | 0.96% | 0.98% | - |
| XYZ | 52.76 | 46.37 | 6.49 | - |
| YUV | 171.4 | 37.49 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 11 | 0 | 0.35 | 0.96 | 0.02 | 37.75 | 0.97 | 0.51 |
| Hex | FB | A2 | B | 0 | 23 | 60 | 2 | 26 | 61 | 33 |
| Octal | 373 | 242 | 13 | 0 | 43 | 140 | 2 | 46 | 141 | 63 |
| Binary | 11111011 | 10100010 | 1011 | 0 | 100011 | 1100000 | 10 | 100110 | 1100001 | 110011 |
Color Harmonies of #FBA20B
Complementary color
Monochromatic Colors of #FBA20B
Black with #FBA20B
Text Example
Text Example
White with #FBA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA20B; }
p { color: rgb(251,162,11); }
H1.HeaderClassName
{
color: #FBA20B;
}
.AnyTagClassName
{
color: #FBA20B;
}
</style>
background-color css
<style>
a { background-color: #FBA20B; }
a { background-color: rgb(251,162,11); }
div.DivClassName
{
background-color: #FBA20B;
}
.BgClassName
{
background-color: #FBA20B;
}
</style>
border-color css
<style>
span { border-color: #FBA20B; }
span { border-color: rgb(251,162,11); }
td.TdClassName
{
border-color: #FBA20B;
}
.TagClassName
{
border-color: #FBA20B;
}
</style>