Shades of Dark Tangerine #FAB616
Tints of Dark Tangerine #FAB616
RGB
CMYK
RGB Variations
Color information
#FAB616 (or 0xFAB616) is known color: Dark Tangerine. HEX triplet: FA, B6 and 16. RGB value is (250,182,22). Sum of RGB (Red+Green+Blue) = 250+182+22=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB616 is #0549E9. Grayscale: #B8B8B8. Windows color (decimal): -346602 or 1488634. OLE color: 1488634.
HSL color Cylindrical-coordinate representation of color #FAB616: hue angle of 42.11º 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 #FAB616 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 22 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.02 |
| HSL | 42.11º | 0.96% | 0.53% | - |
| HSV(B) | 42.11º | 0.91% | 0.98% | - |
| XYZ | 56.3 | 53.84 | 8.18 | - |
| YUV | 184.09 | 36.53 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 22 | 0 | 0.27 | 0.91 | 0.02 | 42.11 | 0.96 | 0.53 |
| Hex | FA | B6 | 16 | 0 | 1B | 5B | 2 | 2A | 60 | 35 |
| Octal | 372 | 266 | 26 | 0 | 33 | 133 | 2 | 52 | 140 | 65 |
| Binary | 11111010 | 10110110 | 10110 | 0 | 11011 | 1011011 | 10 | 101010 | 1100000 | 110101 |
Color Harmonies of #FAB616
Complementary color
Monochromatic Colors of #FAB616
Black with #FAB616
Text Example
Text Example
White with #FAB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB616; }
p { color: rgb(250,182,22); }
H1.HeaderClassName
{
color: #FAB616;
}
.AnyTagClassName
{
color: #FAB616;
}
</style>
background-color css
<style>
a { background-color: #FAB616; }
a { background-color: rgb(250,182,22); }
div.DivClassName
{
background-color: #FAB616;
}
.BgClassName
{
background-color: #FAB616;
}
</style>
border-color css
<style>
span { border-color: #FAB616; }
span { border-color: rgb(250,182,22); }
td.TdClassName
{
border-color: #FAB616;
}
.TagClassName
{
border-color: #FAB616;
}
</style>