Shades of Dark Tangerine #FBA81D
Tints of Dark Tangerine #FBA81D
RGB
CMYK
RGB Variations
Color information
#FBA81D (or 0xFBA81D) is known color: Dark Tangerine. HEX triplet: FB, A8 and 1D. RGB value is (251,168,29). Sum of RGB (Red+Green+Blue) = 251+168+29=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA81D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA81D is #0457E2. Grayscale: #B1B1B1. Windows color (decimal): -284643 or 1943803. OLE color: 1943803.
HSL color Cylindrical-coordinate representation of color #FBA81D: hue angle of 37.57º 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 #FBA81D is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 29 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.02 |
| HSL | 37.57º | 0.97% | 0.55% | - |
| HSV(B) | 37.57º | 0.88% | 0.98% | - |
| XYZ | 54.01 | 48.6 | 7.7 | - |
| YUV | 176.97 | 44.5 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 29 | 0 | 0.33 | 0.88 | 0.02 | 37.57 | 0.97 | 0.55 |
| Hex | FB | A8 | 1D | 0 | 21 | 58 | 2 | 26 | 61 | 37 |
| Octal | 373 | 250 | 35 | 0 | 41 | 130 | 2 | 46 | 141 | 67 |
| Binary | 11111011 | 10101000 | 11101 | 0 | 100001 | 1011000 | 10 | 100110 | 1100001 | 110111 |
Color Harmonies of #FBA81D
Complementary color
Monochromatic Colors of #FBA81D
Black with #FBA81D
Text Example
Text Example
White with #FBA81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA81D; }
p { color: rgb(251,168,29); }
H1.HeaderClassName
{
color: #FBA81D;
}
.AnyTagClassName
{
color: #FBA81D;
}
</style>
background-color css
<style>
a { background-color: #FBA81D; }
a { background-color: rgb(251,168,29); }
div.DivClassName
{
background-color: #FBA81D;
}
.BgClassName
{
background-color: #FBA81D;
}
</style>
border-color css
<style>
span { border-color: #FBA81D; }
span { border-color: rgb(251,168,29); }
td.TdClassName
{
border-color: #FBA81D;
}
.TagClassName
{
border-color: #FBA81D;
}
</style>