Shades of Dark Tangerine #FBA321
Tints of Dark Tangerine #FBA321
RGB
CMYK
RGB Variations
Color information
#FBA321 (or 0xFBA321) is known color: Dark Tangerine. HEX triplet: FB, A3 and 21. RGB value is (251,163,33). Sum of RGB (Red+Green+Blue) = 251+163+33=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA321 is #045CDE. Grayscale: #AFAFAF. Windows color (decimal): -285919 or 2204667. OLE color: 2204667.
HSL color Cylindrical-coordinate representation of color #FBA321: hue angle of 35.78º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBA321 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 33 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.02 |
| HSL | 35.78º | 0.96% | 0.56% | - |
| HSV(B) | 35.78º | 0.87% | 0.98% | - |
| XYZ | 53.16 | 46.81 | 7.67 | - |
| YUV | 174.49 | 48.15 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 33 | 0 | 0.35 | 0.87 | 0.02 | 35.78 | 0.96 | 0.56 |
| Hex | FB | A3 | 21 | 0 | 23 | 57 | 2 | 24 | 60 | 38 |
| Octal | 373 | 243 | 41 | 0 | 43 | 127 | 2 | 44 | 140 | 70 |
| Binary | 11111011 | 10100011 | 100001 | 0 | 100011 | 1010111 | 10 | 100100 | 1100000 | 111000 |
Color Harmonies of #FBA321
Complementary color
Monochromatic Colors of #FBA321
Black with #FBA321
Text Example
Text Example
White with #FBA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA321; }
p { color: rgb(251,163,33); }
H1.HeaderClassName
{
color: #FBA321;
}
.AnyTagClassName
{
color: #FBA321;
}
</style>
background-color css
<style>
a { background-color: #FBA321; }
a { background-color: rgb(251,163,33); }
div.DivClassName
{
background-color: #FBA321;
}
.BgClassName
{
background-color: #FBA321;
}
</style>
border-color css
<style>
span { border-color: #FBA321; }
span { border-color: rgb(251,163,33); }
td.TdClassName
{
border-color: #FBA321;
}
.TagClassName
{
border-color: #FBA321;
}
</style>