Shades of Dark Tangerine #FBA11D
Tints of Dark Tangerine #FBA11D
RGB
CMYK
RGB Variations
Color information
#FBA11D (or 0xFBA11D) is known color: Dark Tangerine. HEX triplet: FB, A1 and 1D. RGB value is (251,161,29). Sum of RGB (Red+Green+Blue) = 251+161+29=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA11D is #045EE2. Grayscale: #ADADAD. Windows color (decimal): -286435 or 1942011. OLE color: 1942011.
HSL color Cylindrical-coordinate representation of color #FBA11D: hue angle of 35.68º 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 #FBA11D is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 29 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.02 |
| HSL | 35.68º | 0.97% | 0.55% | - |
| HSV(B) | 35.68º | 0.88% | 0.98% | - |
| XYZ | 52.75 | 46.09 | 7.28 | - |
| YUV | 172.86 | 46.82 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 29 | 0 | 0.36 | 0.88 | 0.02 | 35.68 | 0.97 | 0.55 |
| Hex | FB | A1 | 1D | 0 | 24 | 58 | 2 | 24 | 61 | 37 |
| Octal | 373 | 241 | 35 | 0 | 44 | 130 | 2 | 44 | 141 | 67 |
| Binary | 11111011 | 10100001 | 11101 | 0 | 100100 | 1011000 | 10 | 100100 | 1100001 | 110111 |
Color Harmonies of #FBA11D
Complementary color
Monochromatic Colors of #FBA11D
Black with #FBA11D
Text Example
Text Example
White with #FBA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA11D; }
p { color: rgb(251,161,29); }
H1.HeaderClassName
{
color: #FBA11D;
}
.AnyTagClassName
{
color: #FBA11D;
}
</style>
background-color css
<style>
a { background-color: #FBA11D; }
a { background-color: rgb(251,161,29); }
div.DivClassName
{
background-color: #FBA11D;
}
.BgClassName
{
background-color: #FBA11D;
}
</style>
border-color css
<style>
span { border-color: #FBA11D; }
span { border-color: rgb(251,161,29); }
td.TdClassName
{
border-color: #FBA11D;
}
.TagClassName
{
border-color: #FBA11D;
}
</style>