Shades of Dark Tangerine #FBA216
Tints of Dark Tangerine #FBA216
RGB
CMYK
RGB Variations
Color information
#FBA216 (or 0xFBA216) is known color: Dark Tangerine. HEX triplet: FB, A2 and 16. RGB value is (251,162,22). Sum of RGB (Red+Green+Blue) = 251+162+22=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA216 is #045DE9. Grayscale: #ADADAD. Windows color (decimal): -286186 or 1483515. OLE color: 1483515.
HSL color Cylindrical-coordinate representation of color #FBA216: hue angle of 36.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBA216 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 22 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.02 |
| HSL | 36.68º | 0.97% | 0.54% | - |
| HSV(B) | 36.68º | 0.91% | 0.98% | - |
| XYZ | 52.85 | 46.41 | 6.93 | - |
| YUV | 172.65 | 42.99 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 22 | 0 | 0.35 | 0.91 | 0.02 | 36.68 | 0.97 | 0.54 |
| Hex | FB | A2 | 16 | 0 | 23 | 5B | 2 | 25 | 61 | 36 |
| Octal | 373 | 242 | 26 | 0 | 43 | 133 | 2 | 45 | 141 | 66 |
| Binary | 11111011 | 10100010 | 10110 | 0 | 100011 | 1011011 | 10 | 100101 | 1100001 | 110110 |
Color Harmonies of #FBA216
Complementary color
Monochromatic Colors of #FBA216
Black with #FBA216
Text Example
Text Example
White with #FBA216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA216; }
p { color: rgb(251,162,22); }
H1.HeaderClassName
{
color: #FBA216;
}
.AnyTagClassName
{
color: #FBA216;
}
</style>
background-color css
<style>
a { background-color: #FBA216; }
a { background-color: rgb(251,162,22); }
div.DivClassName
{
background-color: #FBA216;
}
.BgClassName
{
background-color: #FBA216;
}
</style>
border-color css
<style>
span { border-color: #FBA216; }
span { border-color: rgb(251,162,22); }
td.TdClassName
{
border-color: #FBA216;
}
.TagClassName
{
border-color: #FBA216;
}
</style>