Shades of Dark Tangerine #FAB619
Tints of Dark Tangerine #FAB619
RGB
CMYK
RGB Variations
Color information
#FAB619 (or 0xFAB619) is known color: Dark Tangerine. HEX triplet: FA, B6 and 19. RGB value is (250,182,25). Sum of RGB (Red+Green+Blue) = 250+182+25=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 25 (10.16% from 255 or 5.47% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB619 is #0549E6. Grayscale: #B9B9B9. Windows color (decimal): -346599 or 1685242. OLE color: 1685242.
HSL color Cylindrical-coordinate representation of color #FAB619: hue angle of 41.87º 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 #FAB619 is Cyan = 0, Magento = 0.27, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 25 | - |
| CMYK | 0 | 0.27 | 0.9 | 0.02 |
| HSL | 41.87º | 0.96% | 0.54% | - |
| HSV(B) | 41.87º | 0.9% | 0.98% | - |
| XYZ | 56.33 | 53.85 | 8.35 | - |
| YUV | 184.43 | 38.03 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 25 | 0 | 0.27 | 0.9 | 0.02 | 41.87 | 0.96 | 0.54 |
| Hex | FA | B6 | 19 | 0 | 1B | 5A | 2 | 2A | 60 | 36 |
| Octal | 372 | 266 | 31 | 0 | 33 | 132 | 2 | 52 | 140 | 66 |
| Binary | 11111010 | 10110110 | 11001 | 0 | 11011 | 1011010 | 10 | 101010 | 1100000 | 110110 |
Color Harmonies of #FAB619
Complementary color
Monochromatic Colors of #FAB619
Black with #FAB619
Text Example
Text Example
White with #FAB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB619; }
p { color: rgb(250,182,25); }
H1.HeaderClassName
{
color: #FAB619;
}
.AnyTagClassName
{
color: #FAB619;
}
</style>
background-color css
<style>
a { background-color: #FAB619; }
a { background-color: rgb(250,182,25); }
div.DivClassName
{
background-color: #FAB619;
}
.BgClassName
{
background-color: #FAB619;
}
</style>
border-color css
<style>
span { border-color: #FAB619; }
span { border-color: rgb(250,182,25); }
td.TdClassName
{
border-color: #FAB619;
}
.TagClassName
{
border-color: #FAB619;
}
</style>