Shades of Dark Tangerine #FBA70A
Tints of Dark Tangerine #FBA70A
RGB
CMYK
RGB Variations
Color information
#FBA70A (or 0xFBA70A) is known color: Dark Tangerine. HEX triplet: FB, A7 and 0A. RGB value is (251,167,10). Sum of RGB (Red+Green+Blue) = 251+167+10=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA70A is #0458F5. Grayscale: #AEAEAE. Windows color (decimal): -284918 or 698363. OLE color: 698363.
HSL color Cylindrical-coordinate representation of color #FBA70A: hue angle of 39.09º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBA70A is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 10 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.02 |
| HSL | 39.09º | 0.97% | 0.51% | - |
| HSV(B) | 39.09º | 0.96% | 0.98% | - |
| XYZ | 53.66 | 48.17 | 6.76 | - |
| YUV | 174.22 | 35.33 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 10 | 0 | 0.33 | 0.96 | 0.02 | 39.09 | 0.97 | 0.51 |
| Hex | FB | A7 | A | 0 | 21 | 60 | 2 | 27 | 61 | 33 |
| Octal | 373 | 247 | 12 | 0 | 41 | 140 | 2 | 47 | 141 | 63 |
| Binary | 11111011 | 10100111 | 1010 | 0 | 100001 | 1100000 | 10 | 100111 | 1100001 | 110011 |
Color Harmonies of #FBA70A
Complementary color
Monochromatic Colors of #FBA70A
Black with #FBA70A
Text Example
Text Example
White with #FBA70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA70A; }
p { color: rgb(251,167,10); }
H1.HeaderClassName
{
color: #FBA70A;
}
.AnyTagClassName
{
color: #FBA70A;
}
</style>
background-color css
<style>
a { background-color: #FBA70A; }
a { background-color: rgb(251,167,10); }
div.DivClassName
{
background-color: #FBA70A;
}
.BgClassName
{
background-color: #FBA70A;
}
</style>
border-color css
<style>
span { border-color: #FBA70A; }
span { border-color: rgb(251,167,10); }
td.TdClassName
{
border-color: #FBA70A;
}
.TagClassName
{
border-color: #FBA70A;
}
</style>