Shades of Dark Tangerine #FBA01E
Tints of Dark Tangerine #FBA01E
RGB
CMYK
RGB Variations
Color information
#FBA01E (or 0xFBA01E) is known color: Dark Tangerine. HEX triplet: FB, A0 and 1E. RGB value is (251,160,30). Sum of RGB (Red+Green+Blue) = 251+160+30=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA01E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA01E is #045FE1. Grayscale: #ADADAD. Windows color (decimal): -286690 or 2007291. OLE color: 2007291.
HSL color Cylindrical-coordinate representation of color #FBA01E: hue angle of 35.29º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FBA01E is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 30 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.02 |
| HSL | 35.29º | 0.97% | 0.55% | - |
| HSV(B) | 35.29º | 0.88% | 0.98% | - |
| XYZ | 52.59 | 45.74 | 7.29 | - |
| YUV | 172.39 | 47.65 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 30 | 0 | 0.36 | 0.88 | 0.02 | 35.29 | 0.97 | 0.55 |
| Hex | FB | A0 | 1E | 0 | 24 | 58 | 2 | 23 | 61 | 37 |
| Octal | 373 | 240 | 36 | 0 | 44 | 130 | 2 | 43 | 141 | 67 |
| Binary | 11111011 | 10100000 | 11110 | 0 | 100100 | 1011000 | 10 | 100011 | 1100001 | 110111 |
Color Harmonies of #FBA01E
Complementary color
Monochromatic Colors of #FBA01E
Black with #FBA01E
Text Example
Text Example
White with #FBA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA01E; }
p { color: rgb(251,160,30); }
H1.HeaderClassName
{
color: #FBA01E;
}
.AnyTagClassName
{
color: #FBA01E;
}
</style>
background-color css
<style>
a { background-color: #FBA01E; }
a { background-color: rgb(251,160,30); }
div.DivClassName
{
background-color: #FBA01E;
}
.BgClassName
{
background-color: #FBA01E;
}
</style>
border-color css
<style>
span { border-color: #FBA01E; }
span { border-color: rgb(251,160,30); }
td.TdClassName
{
border-color: #FBA01E;
}
.TagClassName
{
border-color: #FBA01E;
}
</style>