Shades of Dark Tangerine #FAB510
Tints of Dark Tangerine #FAB510
RGB
CMYK
RGB Variations
Color information
#FAB510 (or 0xFAB510) is known color: Dark Tangerine. HEX triplet: FA, B5 and 10. RGB value is (250,181,16). Sum of RGB (Red+Green+Blue) = 250+181+16=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB510 is #054AEF. Grayscale: #B7B7B7. Windows color (decimal): -346864 or 1095162. OLE color: 1095162.
HSL color Cylindrical-coordinate representation of color #FAB510: hue angle of 42.31º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAB510 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 16 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.02 |
| HSL | 42.31º | 0.96% | 0.52% | - |
| HSV(B) | 42.31º | 0.94% | 0.98% | - |
| XYZ | 56.04 | 53.41 | 7.85 | - |
| YUV | 182.82 | 33.86 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 16 | 0 | 0.28 | 0.94 | 0.02 | 42.31 | 0.96 | 0.52 |
| Hex | FA | B5 | 10 | 0 | 1C | 5E | 2 | 2A | 60 | 34 |
| Octal | 372 | 265 | 20 | 0 | 34 | 136 | 2 | 52 | 140 | 64 |
| Binary | 11111010 | 10110101 | 10000 | 0 | 11100 | 1011110 | 10 | 101010 | 1100000 | 110100 |
Color Harmonies of #FAB510
Complementary color
Monochromatic Colors of #FAB510
Black with #FAB510
Text Example
Text Example
White with #FAB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB510; }
p { color: rgb(250,181,16); }
H1.HeaderClassName
{
color: #FAB510;
}
.AnyTagClassName
{
color: #FAB510;
}
</style>
background-color css
<style>
a { background-color: #FAB510; }
a { background-color: rgb(250,181,16); }
div.DivClassName
{
background-color: #FAB510;
}
.BgClassName
{
background-color: #FAB510;
}
</style>
border-color css
<style>
span { border-color: #FAB510; }
span { border-color: rgb(250,181,16); }
td.TdClassName
{
border-color: #FAB510;
}
.TagClassName
{
border-color: #FAB510;
}
</style>