Shades of Dark Tangerine #FAB322
Tints of Dark Tangerine #FAB322
RGB
CMYK
RGB Variations
Color information
#FAB322 (or 0xFAB322) is known color: Dark Tangerine. HEX triplet: FA, B3 and 22. RGB value is (250,179,34). Sum of RGB (Red+Green+Blue) = 250+179+34=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB322 is #054CDD. Grayscale: #B8B8B8. Windows color (decimal): -347358 or 2274298. OLE color: 2274298.
HSL color Cylindrical-coordinate representation of color #FAB322: hue angle of 40.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAB322 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 34 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.02 |
| HSL | 40.28º | 0.96% | 0.56% | - |
| HSV(B) | 40.28º | 0.86% | 0.98% | - |
| XYZ | 55.83 | 52.68 | 8.74 | - |
| YUV | 183.7 | 43.52 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 34 | 0 | 0.28 | 0.86 | 0.02 | 40.28 | 0.96 | 0.56 |
| Hex | FA | B3 | 22 | 0 | 1C | 56 | 2 | 28 | 60 | 38 |
| Octal | 372 | 263 | 42 | 0 | 34 | 126 | 2 | 50 | 140 | 70 |
| Binary | 11111010 | 10110011 | 100010 | 0 | 11100 | 1010110 | 10 | 101000 | 1100000 | 111000 |
Color Harmonies of #FAB322
Complementary color
Monochromatic Colors of #FAB322
Black with #FAB322
Text Example
Text Example
White with #FAB322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB322; }
p { color: rgb(250,179,34); }
H1.HeaderClassName
{
color: #FAB322;
}
.AnyTagClassName
{
color: #FAB322;
}
</style>
background-color css
<style>
a { background-color: #FAB322; }
a { background-color: rgb(250,179,34); }
div.DivClassName
{
background-color: #FAB322;
}
.BgClassName
{
background-color: #FAB322;
}
</style>
border-color css
<style>
span { border-color: #FAB322; }
span { border-color: rgb(250,179,34); }
td.TdClassName
{
border-color: #FAB322;
}
.TagClassName
{
border-color: #FAB322;
}
</style>