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