Shades of Dark Tangerine #FAB511
Tints of Dark Tangerine #FAB511
RGB
CMYK
RGB Variations
Color information
#FAB511 (or 0xFAB511) is known color: Dark Tangerine. HEX triplet: FA, B5 and 11. RGB value is (250,181,17). Sum of RGB (Red+Green+Blue) = 250+181+17=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB511 is #054AEE. Grayscale: #B7B7B7. Windows color (decimal): -346863 or 1160698. OLE color: 1160698.
HSL color Cylindrical-coordinate representation of color #FAB511: hue angle of 42.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAB511 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 17 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.02 |
| HSL | 42.23º | 0.96% | 0.52% | - |
| HSV(B) | 42.23º | 0.93% | 0.98% | - |
| XYZ | 56.05 | 53.41 | 7.89 | - |
| YUV | 182.94 | 34.36 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 17 | 0 | 0.28 | 0.93 | 0.02 | 42.23 | 0.96 | 0.52 |
| Hex | FA | B5 | 11 | 0 | 1C | 5D | 2 | 2A | 60 | 34 |
| Octal | 372 | 265 | 21 | 0 | 34 | 135 | 2 | 52 | 140 | 64 |
| Binary | 11111010 | 10110101 | 10001 | 0 | 11100 | 1011101 | 10 | 101010 | 1100000 | 110100 |
Color Harmonies of #FAB511
Complementary color
Monochromatic Colors of #FAB511
Black with #FAB511
Text Example
Text Example
White with #FAB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB511; }
p { color: rgb(250,181,17); }
H1.HeaderClassName
{
color: #FAB511;
}
.AnyTagClassName
{
color: #FAB511;
}
</style>
background-color css
<style>
a { background-color: #FAB511; }
a { background-color: rgb(250,181,17); }
div.DivClassName
{
background-color: #FAB511;
}
.BgClassName
{
background-color: #FAB511;
}
</style>
border-color css
<style>
span { border-color: #FAB511; }
span { border-color: rgb(250,181,17); }
td.TdClassName
{
border-color: #FAB511;
}
.TagClassName
{
border-color: #FAB511;
}
</style>