Shades of Dark Tangerine #FBA714
Tints of Dark Tangerine #FBA714
RGB
CMYK
RGB Variations
Color information
#FBA714 (or 0xFBA714) is known color: Dark Tangerine. HEX triplet: FB, A7 and 14. RGB value is (251,167,20). Sum of RGB (Red+Green+Blue) = 251+167+20=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA714 is #0458EB. Grayscale: #B0B0B0. Windows color (decimal): -284908 or 1353723. OLE color: 1353723.
HSL color Cylindrical-coordinate representation of color #FBA714: hue angle of 38.18º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBA714 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 20 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.02 |
| HSL | 38.18º | 0.97% | 0.53% | - |
| HSV(B) | 38.18º | 0.92% | 0.98% | - |
| XYZ | 53.73 | 48.2 | 7.13 | - |
| YUV | 175.36 | 40.33 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 20 | 0 | 0.33 | 0.92 | 0.02 | 38.18 | 0.97 | 0.53 |
| Hex | FB | A7 | 14 | 0 | 21 | 5C | 2 | 26 | 61 | 35 |
| Octal | 373 | 247 | 24 | 0 | 41 | 134 | 2 | 46 | 141 | 65 |
| Binary | 11111011 | 10100111 | 10100 | 0 | 100001 | 1011100 | 10 | 100110 | 1100001 | 110101 |
Color Harmonies of #FBA714
Complementary color
Monochromatic Colors of #FBA714
Black with #FBA714
Text Example
Text Example
White with #FBA714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA714; }
p { color: rgb(251,167,20); }
H1.HeaderClassName
{
color: #FBA714;
}
.AnyTagClassName
{
color: #FBA714;
}
</style>
background-color css
<style>
a { background-color: #FBA714; }
a { background-color: rgb(251,167,20); }
div.DivClassName
{
background-color: #FBA714;
}
.BgClassName
{
background-color: #FBA714;
}
</style>
border-color css
<style>
span { border-color: #FBA714; }
span { border-color: rgb(251,167,20); }
td.TdClassName
{
border-color: #FBA714;
}
.TagClassName
{
border-color: #FBA714;
}
</style>