Shades of Dark Tangerine #FBA70D
Tints of Dark Tangerine #FBA70D
RGB
CMYK
RGB Variations
Color information
#FBA70D (or 0xFBA70D) is known color: Dark Tangerine. HEX triplet: FB, A7 and 0D. RGB value is (251,167,13). Sum of RGB (Red+Green+Blue) = 251+167+13=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA70D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA70D is #0458F2. Grayscale: #AFAFAF. Windows color (decimal): -284915 or 894971. OLE color: 894971.
HSL color Cylindrical-coordinate representation of color #FBA70D: hue angle of 38.82º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBA70D is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 13 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.02 |
| HSL | 38.82º | 0.97% | 0.52% | - |
| HSV(B) | 38.82º | 0.95% | 0.98% | - |
| XYZ | 53.68 | 48.18 | 6.85 | - |
| YUV | 174.56 | 36.83 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 13 | 0 | 0.33 | 0.95 | 0.02 | 38.82 | 0.97 | 0.52 |
| Hex | FB | A7 | D | 0 | 21 | 5F | 2 | 27 | 61 | 34 |
| Octal | 373 | 247 | 15 | 0 | 41 | 137 | 2 | 47 | 141 | 64 |
| Binary | 11111011 | 10100111 | 1101 | 0 | 100001 | 1011111 | 10 | 100111 | 1100001 | 110100 |
Color Harmonies of #FBA70D
Complementary color
Monochromatic Colors of #FBA70D
Black with #FBA70D
Text Example
Text Example
White with #FBA70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA70D; }
p { color: rgb(251,167,13); }
H1.HeaderClassName
{
color: #FBA70D;
}
.AnyTagClassName
{
color: #FBA70D;
}
</style>
background-color css
<style>
a { background-color: #FBA70D; }
a { background-color: rgb(251,167,13); }
div.DivClassName
{
background-color: #FBA70D;
}
.BgClassName
{
background-color: #FBA70D;
}
</style>
border-color css
<style>
span { border-color: #FBA70D; }
span { border-color: rgb(251,167,13); }
td.TdClassName
{
border-color: #FBA70D;
}
.TagClassName
{
border-color: #FBA70D;
}
</style>