Shades of Dark Tangerine #FBA30B
Tints of Dark Tangerine #FBA30B
RGB
CMYK
RGB Variations
Color information
#FBA30B (or 0xFBA30B) is known color: Dark Tangerine. HEX triplet: FB, A3 and 0B. RGB value is (251,163,11). Sum of RGB (Red+Green+Blue) = 251+163+11=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA30B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA30B is #045CF4. Grayscale: #ACACAC. Windows color (decimal): -285941 or 762875. OLE color: 762875.
HSL color Cylindrical-coordinate representation of color #FBA30B: hue angle of 38º 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 #FBA30B is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 11 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.02 |
| HSL | 38º | 0.97% | 0.51% | - |
| HSV(B) | 38º | 0.96% | 0.98% | - |
| XYZ | 52.94 | 46.73 | 6.55 | - |
| YUV | 171.98 | 37.15 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 11 | 0 | 0.35 | 0.96 | 0.02 | 38 | 0.97 | 0.51 |
| Hex | FB | A3 | B | 0 | 23 | 60 | 2 | 26 | 61 | 33 |
| Octal | 373 | 243 | 13 | 0 | 43 | 140 | 2 | 46 | 141 | 63 |
| Binary | 11111011 | 10100011 | 1011 | 0 | 100011 | 1100000 | 10 | 100110 | 1100001 | 110011 |
Color Harmonies of #FBA30B
Complementary color
Monochromatic Colors of #FBA30B
Black with #FBA30B
Text Example
Text Example
White with #FBA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA30B; }
p { color: rgb(251,163,11); }
H1.HeaderClassName
{
color: #FBA30B;
}
.AnyTagClassName
{
color: #FBA30B;
}
</style>
background-color css
<style>
a { background-color: #FBA30B; }
a { background-color: rgb(251,163,11); }
div.DivClassName
{
background-color: #FBA30B;
}
.BgClassName
{
background-color: #FBA30B;
}
</style>
border-color css
<style>
span { border-color: #FBA30B; }
span { border-color: rgb(251,163,11); }
td.TdClassName
{
border-color: #FBA30B;
}
.TagClassName
{
border-color: #FBA30B;
}
</style>