Shades of Dark Tangerine #FAB31A
Tints of Dark Tangerine #FAB31A
RGB
CMYK
RGB Variations
Color information
#FAB31A (or 0xFAB31A) is known color: Dark Tangerine. HEX triplet: FA, B3 and 1A. RGB value is (250,179,26). Sum of RGB (Red+Green+Blue) = 250+179+26=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 26 (10.55% from 255 or 5.71% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB31A is #054CE5. Grayscale: #B7B7B7. Windows color (decimal): -347366 or 1750010. OLE color: 1750010.
HSL color Cylindrical-coordinate representation of color #FAB31A: hue angle of 40.98º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAB31A is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 26 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.02 |
| HSL | 40.98º | 0.96% | 0.54% | - |
| HSV(B) | 40.98º | 0.9% | 0.98% | - |
| XYZ | 55.73 | 52.64 | 8.2 | - |
| YUV | 182.79 | 39.52 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 26 | 0 | 0.28 | 0.90 | 0.02 | 40.98 | 0.96 | 0.54 |
| Hex | FA | B3 | 1A | 0 | 1C | 5A | 2 | 29 | 60 | 36 |
| Octal | 372 | 263 | 32 | 0 | 34 | 132 | 2 | 51 | 140 | 66 |
| Binary | 11111010 | 10110011 | 11010 | 0 | 11100 | 1011010 | 10 | 101001 | 1100000 | 110110 |
Color Harmonies of #FAB31A
Complementary color
Monochromatic Colors of #FAB31A
Black with #FAB31A
Text Example
Text Example
White with #FAB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB31A; }
p { color: rgb(250,179,26); }
H1.HeaderClassName
{
color: #FAB31A;
}
.AnyTagClassName
{
color: #FAB31A;
}
</style>
background-color css
<style>
a { background-color: #FAB31A; }
a { background-color: rgb(250,179,26); }
div.DivClassName
{
background-color: #FAB31A;
}
.BgClassName
{
background-color: #FAB31A;
}
</style>
border-color css
<style>
span { border-color: #FAB31A; }
span { border-color: rgb(250,179,26); }
td.TdClassName
{
border-color: #FAB31A;
}
.TagClassName
{
border-color: #FAB31A;
}
</style>