Shades of Dark Tangerine #FAB320
Tints of Dark Tangerine #FAB320
RGB
CMYK
RGB Variations
Color information
#FAB320 (or 0xFAB320) is known color: Dark Tangerine. HEX triplet: FA, B3 and 20. RGB value is (250,179,32). Sum of RGB (Red+Green+Blue) = 250+179+32=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB320 is #054CDF. Grayscale: #B8B8B8. Windows color (decimal): -347360 or 2143226. OLE color: 2143226.
HSL color Cylindrical-coordinate representation of color #FAB320: hue angle of 40.46º 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 #FAB320 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 32 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.02 |
| HSL | 40.46º | 0.96% | 0.55% | - |
| HSV(B) | 40.46º | 0.87% | 0.98% | - |
| XYZ | 55.81 | 52.67 | 8.59 | - |
| YUV | 183.47 | 42.52 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 32 | 0 | 0.28 | 0.87 | 0.02 | 40.46 | 0.96 | 0.55 |
| Hex | FA | B3 | 20 | 0 | 1C | 57 | 2 | 28 | 60 | 37 |
| Octal | 372 | 263 | 40 | 0 | 34 | 127 | 2 | 50 | 140 | 67 |
| Binary | 11111010 | 10110011 | 100000 | 0 | 11100 | 1010111 | 10 | 101000 | 1100000 | 110111 |
Color Harmonies of #FAB320
Complementary color
Monochromatic Colors of #FAB320
Black with #FAB320
Text Example
Text Example
White with #FAB320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB320; }
p { color: rgb(250,179,32); }
H1.HeaderClassName
{
color: #FAB320;
}
.AnyTagClassName
{
color: #FAB320;
}
</style>
background-color css
<style>
a { background-color: #FAB320; }
a { background-color: rgb(250,179,32); }
div.DivClassName
{
background-color: #FAB320;
}
.BgClassName
{
background-color: #FAB320;
}
</style>
border-color css
<style>
span { border-color: #FAB320; }
span { border-color: rgb(250,179,32); }
td.TdClassName
{
border-color: #FAB320;
}
.TagClassName
{
border-color: #FAB320;
}
</style>