Shades of Dark Tangerine #FBA118
Tints of Dark Tangerine #FBA118
RGB
CMYK
RGB Variations
Color information
#FBA118 (or 0xFBA118) is known color: Dark Tangerine. HEX triplet: FB, A1 and 18. RGB value is (251,161,24). Sum of RGB (Red+Green+Blue) = 251+161+24=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA118 is #045EE7. Grayscale: #ACACAC. Windows color (decimal): -286440 or 1614331. OLE color: 1614331.
HSL color Cylindrical-coordinate representation of color #FBA118: hue angle of 36.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBA118 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 24 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.02 |
| HSL | 36.21º | 0.97% | 0.54% | - |
| HSV(B) | 36.21º | 0.9% | 0.98% | - |
| XYZ | 52.69 | 46.06 | 6.98 | - |
| YUV | 172.29 | 44.32 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 24 | 0 | 0.36 | 0.90 | 0.02 | 36.21 | 0.97 | 0.54 |
| Hex | FB | A1 | 18 | 0 | 24 | 5A | 2 | 24 | 61 | 36 |
| Octal | 373 | 241 | 30 | 0 | 44 | 132 | 2 | 44 | 141 | 66 |
| Binary | 11111011 | 10100001 | 11000 | 0 | 100100 | 1011010 | 10 | 100100 | 1100001 | 110110 |
Color Harmonies of #FBA118
Complementary color
Monochromatic Colors of #FBA118
Black with #FBA118
Text Example
Text Example
White with #FBA118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA118; }
p { color: rgb(251,161,24); }
H1.HeaderClassName
{
color: #FBA118;
}
.AnyTagClassName
{
color: #FBA118;
}
</style>
background-color css
<style>
a { background-color: #FBA118; }
a { background-color: rgb(251,161,24); }
div.DivClassName
{
background-color: #FBA118;
}
.BgClassName
{
background-color: #FBA118;
}
</style>
border-color css
<style>
span { border-color: #FBA118; }
span { border-color: rgb(251,161,24); }
td.TdClassName
{
border-color: #FBA118;
}
.TagClassName
{
border-color: #FBA118;
}
</style>