Shades of Dark Tangerine #FAB719
Tints of Dark Tangerine #FAB719
RGB
CMYK
RGB Variations
Color information
#FAB719 (or 0xFAB719) is known color: Dark Tangerine. HEX triplet: FA, B7 and 19. RGB value is (250,183,25). Sum of RGB (Red+Green+Blue) = 250+183+25=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB719 is #0548E6. Grayscale: #B9B9B9. Windows color (decimal): -346343 or 1685498. OLE color: 1685498.
HSL color Cylindrical-coordinate representation of color #FAB719: hue angle of 42.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAB719 is Cyan = 0, Magento = 0.27, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 25 | - |
| CMYK | 0 | 0.27 | 0.9 | 0.02 |
| HSL | 42.13º | 0.96% | 0.54% | - |
| HSV(B) | 42.13º | 0.9% | 0.98% | - |
| XYZ | 56.53 | 54.26 | 8.41 | - |
| YUV | 185.02 | 37.7 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 25 | 0 | 0.27 | 0.9 | 0.02 | 42.13 | 0.96 | 0.54 |
| Hex | FA | B7 | 19 | 0 | 1B | 5A | 2 | 2A | 60 | 36 |
| Octal | 372 | 267 | 31 | 0 | 33 | 132 | 2 | 52 | 140 | 66 |
| Binary | 11111010 | 10110111 | 11001 | 0 | 11011 | 1011010 | 10 | 101010 | 1100000 | 110110 |
Color Harmonies of #FAB719
Complementary color
Monochromatic Colors of #FAB719
Black with #FAB719
Text Example
Text Example
White with #FAB719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB719; }
p { color: rgb(250,183,25); }
H1.HeaderClassName
{
color: #FAB719;
}
.AnyTagClassName
{
color: #FAB719;
}
</style>
background-color css
<style>
a { background-color: #FAB719; }
a { background-color: rgb(250,183,25); }
div.DivClassName
{
background-color: #FAB719;
}
.BgClassName
{
background-color: #FAB719;
}
</style>
border-color css
<style>
span { border-color: #FAB719; }
span { border-color: rgb(250,183,25); }
td.TdClassName
{
border-color: #FAB719;
}
.TagClassName
{
border-color: #FAB719;
}
</style>