Shades of Dark Tangerine #FAB416
Tints of Dark Tangerine #FAB416
RGB
CMYK
RGB Variations
Color information
#FAB416 (or 0xFAB416) is known color: Dark Tangerine. HEX triplet: FA, B4 and 16. RGB value is (250,180,22). Sum of RGB (Red+Green+Blue) = 250+180+22=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB416 is #054BE9. Grayscale: #B7B7B7. Windows color (decimal): -347114 or 1488122. OLE color: 1488122.
HSL color Cylindrical-coordinate representation of color #FAB416: hue angle of 41.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAB416 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 22 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.02 |
| HSL | 41.58º | 0.96% | 0.53% | - |
| HSV(B) | 41.58º | 0.91% | 0.98% | - |
| XYZ | 55.89 | 53.02 | 8.05 | - |
| YUV | 182.92 | 37.19 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 22 | 0 | 0.28 | 0.91 | 0.02 | 41.58 | 0.96 | 0.53 |
| Hex | FA | B4 | 16 | 0 | 1C | 5B | 2 | 2A | 60 | 35 |
| Octal | 372 | 264 | 26 | 0 | 34 | 133 | 2 | 52 | 140 | 65 |
| Binary | 11111010 | 10110100 | 10110 | 0 | 11100 | 1011011 | 10 | 101010 | 1100000 | 110101 |
Color Harmonies of #FAB416
Complementary color
Monochromatic Colors of #FAB416
Black with #FAB416
Text Example
Text Example
White with #FAB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB416; }
p { color: rgb(250,180,22); }
H1.HeaderClassName
{
color: #FAB416;
}
.AnyTagClassName
{
color: #FAB416;
}
</style>
background-color css
<style>
a { background-color: #FAB416; }
a { background-color: rgb(250,180,22); }
div.DivClassName
{
background-color: #FAB416;
}
.BgClassName
{
background-color: #FAB416;
}
</style>
border-color css
<style>
span { border-color: #FAB416; }
span { border-color: rgb(250,180,22); }
td.TdClassName
{
border-color: #FAB416;
}
.TagClassName
{
border-color: #FAB416;
}
</style>