Shades of Dark Tangerine #FBA70E
Tints of Dark Tangerine #FBA70E
RGB
CMYK
RGB Variations
Color information
#FBA70E (or 0xFBA70E) is known color: Dark Tangerine. HEX triplet: FB, A7 and 0E. RGB value is (251,167,14). Sum of RGB (Red+Green+Blue) = 251+167+14=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA70E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA70E is #0458F1. Grayscale: #AFAFAF. Windows color (decimal): -284914 or 960507. OLE color: 960507.
HSL color Cylindrical-coordinate representation of color #FBA70E: hue angle of 38.73º 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 #FBA70E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 14 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.02 |
| HSL | 38.73º | 0.97% | 0.52% | - |
| HSV(B) | 38.73º | 0.94% | 0.98% | - |
| XYZ | 53.68 | 48.18 | 6.89 | - |
| YUV | 174.67 | 37.33 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 14 | 0 | 0.33 | 0.94 | 0.02 | 38.73 | 0.97 | 0.52 |
| Hex | FB | A7 | E | 0 | 21 | 5E | 2 | 27 | 61 | 34 |
| Octal | 373 | 247 | 16 | 0 | 41 | 136 | 2 | 47 | 141 | 64 |
| Binary | 11111011 | 10100111 | 1110 | 0 | 100001 | 1011110 | 10 | 100111 | 1100001 | 110100 |
Color Harmonies of #FBA70E
Complementary color
Monochromatic Colors of #FBA70E
Black with #FBA70E
Text Example
Text Example
White with #FBA70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA70E; }
p { color: rgb(251,167,14); }
H1.HeaderClassName
{
color: #FBA70E;
}
.AnyTagClassName
{
color: #FBA70E;
}
</style>
background-color css
<style>
a { background-color: #FBA70E; }
a { background-color: rgb(251,167,14); }
div.DivClassName
{
background-color: #FBA70E;
}
.BgClassName
{
background-color: #FBA70E;
}
</style>
border-color css
<style>
span { border-color: #FBA70E; }
span { border-color: rgb(251,167,14); }
td.TdClassName
{
border-color: #FBA70E;
}
.TagClassName
{
border-color: #FBA70E;
}
</style>