Shades of Dark Tangerine #FBA21A
Tints of Dark Tangerine #FBA21A
RGB
CMYK
RGB Variations
Color information
#FBA21A (or 0xFBA21A) is known color: Dark Tangerine. HEX triplet: FB, A2 and 1A. RGB value is (251,162,26). Sum of RGB (Red+Green+Blue) = 251+162+26=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA21A is #045DE5. Grayscale: #ADADAD. Windows color (decimal): -286182 or 1745659. OLE color: 1745659.
HSL color Cylindrical-coordinate representation of color #FBA21A: hue angle of 36.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBA21A is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 26 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.02 |
| HSL | 36.27º | 0.97% | 0.54% | - |
| HSV(B) | 36.27º | 0.9% | 0.98% | - |
| XYZ | 52.89 | 46.42 | 7.15 | - |
| YUV | 173.11 | 44.99 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 26 | 0 | 0.35 | 0.90 | 0.02 | 36.27 | 0.97 | 0.54 |
| Hex | FB | A2 | 1A | 0 | 23 | 5A | 2 | 24 | 61 | 36 |
| Octal | 373 | 242 | 32 | 0 | 43 | 132 | 2 | 44 | 141 | 66 |
| Binary | 11111011 | 10100010 | 11010 | 0 | 100011 | 1011010 | 10 | 100100 | 1100001 | 110110 |
Color Harmonies of #FBA21A
Complementary color
Monochromatic Colors of #FBA21A
Black with #FBA21A
Text Example
Text Example
White with #FBA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA21A; }
p { color: rgb(251,162,26); }
H1.HeaderClassName
{
color: #FBA21A;
}
.AnyTagClassName
{
color: #FBA21A;
}
</style>
background-color css
<style>
a { background-color: #FBA21A; }
a { background-color: rgb(251,162,26); }
div.DivClassName
{
background-color: #FBA21A;
}
.BgClassName
{
background-color: #FBA21A;
}
</style>
border-color css
<style>
span { border-color: #FBA21A; }
span { border-color: rgb(251,162,26); }
td.TdClassName
{
border-color: #FBA21A;
}
.TagClassName
{
border-color: #FBA21A;
}
</style>