Shades of Dark Tangerine #FAB519
Tints of Dark Tangerine #FAB519
RGB
CMYK
RGB Variations
Color information
#FAB519 (or 0xFAB519) is known color: Dark Tangerine. HEX triplet: FA, B5 and 19. RGB value is (250,181,25). Sum of RGB (Red+Green+Blue) = 250+181+25=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 25 (10.16% from 255 or 5.48% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB519 is #054AE6. Grayscale: #B8B8B8. Windows color (decimal): -346855 or 1684986. OLE color: 1684986.
HSL color Cylindrical-coordinate representation of color #FAB519: hue angle of 41.6º 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 #FAB519 is Cyan = 0, Magento = 0.28, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 25 | - |
| CMYK | 0 | 0.28 | 0.9 | 0.02 |
| HSL | 41.6º | 0.96% | 0.54% | - |
| HSV(B) | 41.6º | 0.9% | 0.98% | - |
| XYZ | 56.12 | 53.44 | 8.28 | - |
| YUV | 183.85 | 38.36 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 25 | 0 | 0.28 | 0.9 | 0.02 | 41.6 | 0.96 | 0.54 |
| Hex | FA | B5 | 19 | 0 | 1C | 5A | 2 | 2A | 60 | 36 |
| Octal | 372 | 265 | 31 | 0 | 34 | 132 | 2 | 52 | 140 | 66 |
| Binary | 11111010 | 10110101 | 11001 | 0 | 11100 | 1011010 | 10 | 101010 | 1100000 | 110110 |
Color Harmonies of #FAB519
Complementary color
Monochromatic Colors of #FAB519
Black with #FAB519
Text Example
Text Example
White with #FAB519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB519; }
p { color: rgb(250,181,25); }
H1.HeaderClassName
{
color: #FAB519;
}
.AnyTagClassName
{
color: #FAB519;
}
</style>
background-color css
<style>
a { background-color: #FAB519; }
a { background-color: rgb(250,181,25); }
div.DivClassName
{
background-color: #FAB519;
}
.BgClassName
{
background-color: #FAB519;
}
</style>
border-color css
<style>
span { border-color: #FAB519; }
span { border-color: rgb(250,181,25); }
td.TdClassName
{
border-color: #FAB519;
}
.TagClassName
{
border-color: #FAB519;
}
</style>