Shades of Dark Tangerine #FBA51B
Tints of Dark Tangerine #FBA51B
RGB
CMYK
RGB Variations
Color information
#FBA51B (or 0xFBA51B) is known color: Dark Tangerine. HEX triplet: FB, A5 and 1B. RGB value is (251,165,27). Sum of RGB (Red+Green+Blue) = 251+165+27=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA51B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA51B is #045AE4. Grayscale: #AFAFAF. Windows color (decimal): -285413 or 1811963. OLE color: 1811963.
HSL color Cylindrical-coordinate representation of color #FBA51B: hue angle of 36.96º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FBA51B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 27 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.02 |
| HSL | 36.96º | 0.97% | 0.55% | - |
| HSV(B) | 36.96º | 0.89% | 0.98% | - |
| XYZ | 53.44 | 47.5 | 7.39 | - |
| YUV | 174.98 | 44.49 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 27 | 0 | 0.34 | 0.89 | 0.02 | 36.96 | 0.97 | 0.55 |
| Hex | FB | A5 | 1B | 0 | 22 | 59 | 2 | 25 | 61 | 37 |
| Octal | 373 | 245 | 33 | 0 | 42 | 131 | 2 | 45 | 141 | 67 |
| Binary | 11111011 | 10100101 | 11011 | 0 | 100010 | 1011001 | 10 | 100101 | 1100001 | 110111 |
Color Harmonies of #FBA51B
Complementary color
Monochromatic Colors of #FBA51B
Black with #FBA51B
Text Example
Text Example
White with #FBA51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA51B; }
p { color: rgb(251,165,27); }
H1.HeaderClassName
{
color: #FBA51B;
}
.AnyTagClassName
{
color: #FBA51B;
}
</style>
background-color css
<style>
a { background-color: #FBA51B; }
a { background-color: rgb(251,165,27); }
div.DivClassName
{
background-color: #FBA51B;
}
.BgClassName
{
background-color: #FBA51B;
}
</style>
border-color css
<style>
span { border-color: #FBA51B; }
span { border-color: rgb(251,165,27); }
td.TdClassName
{
border-color: #FBA51B;
}
.TagClassName
{
border-color: #FBA51B;
}
</style>