Shades of Dark Tangerine #FBA90F
Tints of Dark Tangerine #FBA90F
RGB
CMYK
RGB Variations
Color information
#FBA90F (or 0xFBA90F) is known color: Dark Tangerine. HEX triplet: FB, A9 and 0F. RGB value is (251,169,15). Sum of RGB (Red+Green+Blue) = 251+169+15=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA90F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA90F is #0456F0. Grayscale: #B0B0B0. Windows color (decimal): -284401 or 1026555. OLE color: 1026555.
HSL color Cylindrical-coordinate representation of color #FBA90F: hue angle of 39.15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBA90F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 15 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.02 |
| HSL | 39.15º | 0.97% | 0.52% | - |
| HSV(B) | 39.15º | 0.94% | 0.98% | - |
| XYZ | 54.06 | 48.92 | 7.05 | - |
| YUV | 175.96 | 37.17 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 15 | 0 | 0.33 | 0.94 | 0.02 | 39.15 | 0.97 | 0.52 |
| Hex | FB | A9 | F | 0 | 21 | 5E | 2 | 27 | 61 | 34 |
| Octal | 373 | 251 | 17 | 0 | 41 | 136 | 2 | 47 | 141 | 64 |
| Binary | 11111011 | 10101001 | 1111 | 0 | 100001 | 1011110 | 10 | 100111 | 1100001 | 110100 |
Color Harmonies of #FBA90F
Complementary color
Monochromatic Colors of #FBA90F
Black with #FBA90F
Text Example
Text Example
White with #FBA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA90F; }
p { color: rgb(251,169,15); }
H1.HeaderClassName
{
color: #FBA90F;
}
.AnyTagClassName
{
color: #FBA90F;
}
</style>
background-color css
<style>
a { background-color: #FBA90F; }
a { background-color: rgb(251,169,15); }
div.DivClassName
{
background-color: #FBA90F;
}
.BgClassName
{
background-color: #FBA90F;
}
</style>
border-color css
<style>
span { border-color: #FBA90F; }
span { border-color: rgb(251,169,15); }
td.TdClassName
{
border-color: #FBA90F;
}
.TagClassName
{
border-color: #FBA90F;
}
</style>