Shades of Dark Tangerine #FAB010
Tints of Dark Tangerine #FAB010
RGB
CMYK
RGB Variations
Color information
#FAB010 (or 0xFAB010) is known color: Dark Tangerine. HEX triplet: FA, B0 and 10. RGB value is (250,176,16). Sum of RGB (Red+Green+Blue) = 250+176+16=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB010 is #054FEF. Grayscale: #B4B4B4. Windows color (decimal): -348144 or 1093882. OLE color: 1093882.
HSL color Cylindrical-coordinate representation of color #FAB010: hue angle of 41.03º 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 #FAB010 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 16 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.02 |
| HSL | 41.03º | 0.96% | 0.52% | - |
| HSV(B) | 41.03º | 0.94% | 0.98% | - |
| XYZ | 55.04 | 51.41 | 7.51 | - |
| YUV | 179.89 | 35.52 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 16 | 0 | 0.30 | 0.94 | 0.02 | 41.03 | 0.96 | 0.52 |
| Hex | FA | B0 | 10 | 0 | 1E | 5E | 2 | 29 | 60 | 34 |
| Octal | 372 | 260 | 20 | 0 | 36 | 136 | 2 | 51 | 140 | 64 |
| Binary | 11111010 | 10110000 | 10000 | 0 | 11110 | 1011110 | 10 | 101001 | 1100000 | 110100 |
Color Harmonies of #FAB010
Complementary color
Monochromatic Colors of #FAB010
Black with #FAB010
Text Example
Text Example
White with #FAB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB010; }
p { color: rgb(250,176,16); }
H1.HeaderClassName
{
color: #FAB010;
}
.AnyTagClassName
{
color: #FAB010;
}
</style>
background-color css
<style>
a { background-color: #FAB010; }
a { background-color: rgb(250,176,16); }
div.DivClassName
{
background-color: #FAB010;
}
.BgClassName
{
background-color: #FAB010;
}
</style>
border-color css
<style>
span { border-color: #FAB010; }
span { border-color: rgb(250,176,16); }
td.TdClassName
{
border-color: #FAB010;
}
.TagClassName
{
border-color: #FAB010;
}
</style>