Shades of Dark Tangerine #FBA40A
Tints of Dark Tangerine #FBA40A
RGB
CMYK
RGB Variations
Color information
#FBA40A (or 0xFBA40A) is known color: Dark Tangerine. HEX triplet: FB, A4 and 0A. RGB value is (251,164,10). Sum of RGB (Red+Green+Blue) = 251+164+10=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA40A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA40A is #045BF5. Grayscale: #ADADAD. Windows color (decimal): -285686 or 697595. OLE color: 697595.
HSL color Cylindrical-coordinate representation of color #FBA40A: hue angle of 38.34º 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 #FBA40A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 10 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.02 |
| HSL | 38.34º | 0.97% | 0.51% | - |
| HSV(B) | 38.34º | 0.96% | 0.98% | - |
| XYZ | 53.11 | 47.08 | 6.58 | - |
| YUV | 172.46 | 36.32 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 10 | 0 | 0.35 | 0.96 | 0.02 | 38.34 | 0.97 | 0.51 |
| Hex | FB | A4 | A | 0 | 23 | 60 | 2 | 26 | 61 | 33 |
| Octal | 373 | 244 | 12 | 0 | 43 | 140 | 2 | 46 | 141 | 63 |
| Binary | 11111011 | 10100100 | 1010 | 0 | 100011 | 1100000 | 10 | 100110 | 1100001 | 110011 |
Color Harmonies of #FBA40A
Complementary color
Monochromatic Colors of #FBA40A
Black with #FBA40A
Text Example
Text Example
White with #FBA40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA40A; }
p { color: rgb(251,164,10); }
H1.HeaderClassName
{
color: #FBA40A;
}
.AnyTagClassName
{
color: #FBA40A;
}
</style>
background-color css
<style>
a { background-color: #FBA40A; }
a { background-color: rgb(251,164,10); }
div.DivClassName
{
background-color: #FBA40A;
}
.BgClassName
{
background-color: #FBA40A;
}
</style>
border-color css
<style>
span { border-color: #FBA40A; }
span { border-color: rgb(251,164,10); }
td.TdClassName
{
border-color: #FBA40A;
}
.TagClassName
{
border-color: #FBA40A;
}
</style>