Shades of Dark Tangerine #FAB321
Tints of Dark Tangerine #FAB321
RGB
CMYK
RGB Variations
Color information
#FAB321 (or 0xFAB321) is known color: Dark Tangerine. HEX triplet: FA, B3 and 21. RGB value is (250,179,33). Sum of RGB (Red+Green+Blue) = 250+179+33=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB321 is #054CDE. Grayscale: #B8B8B8. Windows color (decimal): -347359 or 2208762. OLE color: 2208762.
HSL color Cylindrical-coordinate representation of color #FAB321: hue angle of 40.37º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAB321 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 33 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.02 |
| HSL | 40.37º | 0.96% | 0.55% | - |
| HSV(B) | 40.37º | 0.87% | 0.98% | - |
| XYZ | 55.82 | 52.67 | 8.66 | - |
| YUV | 183.59 | 43.02 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 33 | 0 | 0.28 | 0.87 | 0.02 | 40.37 | 0.96 | 0.55 |
| Hex | FA | B3 | 21 | 0 | 1C | 57 | 2 | 28 | 60 | 37 |
| Octal | 372 | 263 | 41 | 0 | 34 | 127 | 2 | 50 | 140 | 67 |
| Binary | 11111010 | 10110011 | 100001 | 0 | 11100 | 1010111 | 10 | 101000 | 1100000 | 110111 |
Color Harmonies of #FAB321
Complementary color
Monochromatic Colors of #FAB321
Black with #FAB321
Text Example
Text Example
White with #FAB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB321; }
p { color: rgb(250,179,33); }
H1.HeaderClassName
{
color: #FAB321;
}
.AnyTagClassName
{
color: #FAB321;
}
</style>
background-color css
<style>
a { background-color: #FAB321; }
a { background-color: rgb(250,179,33); }
div.DivClassName
{
background-color: #FAB321;
}
.BgClassName
{
background-color: #FAB321;
}
</style>
border-color css
<style>
span { border-color: #FAB321; }
span { border-color: rgb(250,179,33); }
td.TdClassName
{
border-color: #FAB321;
}
.TagClassName
{
border-color: #FAB321;
}
</style>