Shades of Dark Tangerine #FAB30E
Tints of Dark Tangerine #FAB30E
RGB
CMYK
RGB Variations
Color information
#FAB30E (or 0xFAB30E) is known color: Dark Tangerine. HEX triplet: FA, B3 and 0E. RGB value is (250,179,14). Sum of RGB (Red+Green+Blue) = 250+179+14=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB30E is #054CF1. Grayscale: #B6B6B6. Windows color (decimal): -347378 or 963578. OLE color: 963578.
HSL color Cylindrical-coordinate representation of color #FAB30E: hue angle of 41.95º 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 #FAB30E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 14 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.02 |
| HSL | 41.95º | 0.96% | 0.52% | - |
| HSV(B) | 41.95º | 0.94% | 0.98% | - |
| XYZ | 55.62 | 52.6 | 7.64 | - |
| YUV | 181.42 | 33.52 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 14 | 0 | 0.28 | 0.94 | 0.02 | 41.95 | 0.96 | 0.52 |
| Hex | FA | B3 | E | 0 | 1C | 5E | 2 | 2A | 60 | 34 |
| Octal | 372 | 263 | 16 | 0 | 34 | 136 | 2 | 52 | 140 | 64 |
| Binary | 11111010 | 10110011 | 1110 | 0 | 11100 | 1011110 | 10 | 101010 | 1100000 | 110100 |
Color Harmonies of #FAB30E
Complementary color
Monochromatic Colors of #FAB30E
Black with #FAB30E
Text Example
Text Example
White with #FAB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB30E; }
p { color: rgb(250,179,14); }
H1.HeaderClassName
{
color: #FAB30E;
}
.AnyTagClassName
{
color: #FAB30E;
}
</style>
background-color css
<style>
a { background-color: #FAB30E; }
a { background-color: rgb(250,179,14); }
div.DivClassName
{
background-color: #FAB30E;
}
.BgClassName
{
background-color: #FAB30E;
}
</style>
border-color css
<style>
span { border-color: #FAB30E; }
span { border-color: rgb(250,179,14); }
td.TdClassName
{
border-color: #FAB30E;
}
.TagClassName
{
border-color: #FAB30E;
}
</style>