Shades of Dark Tangerine #FCAB19
Tints of Dark Tangerine #FCAB19
RGB
CMYK
RGB Variations
Color information
#FCAB19 (or 0xFCAB19) is known color: Dark Tangerine. HEX triplet: FC, AB and 19. RGB value is (252,171,25). Sum of RGB (Red+Green+Blue) = 252+171+25=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 25 (10.16% from 255 or 5.58% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB19 is #0354E6. Grayscale: #B3B3B3. Windows color (decimal): -218343 or 1682428. OLE color: 1682428.
HSL color Cylindrical-coordinate representation of color #FCAB19: hue angle of 38.59º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCAB19 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 25 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.01 |
| HSL | 38.59º | 0.97% | 0.54% | - |
| HSV(B) | 38.59º | 0.9% | 0.99% | - |
| XYZ | 54.88 | 49.89 | 7.66 | - |
| YUV | 178.58 | 41.34 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 25 | 0 | 0.32 | 0.90 | 0.01 | 38.59 | 0.97 | 0.54 |
| Hex | FC | AB | 19 | 0 | 20 | 5A | 1 | 27 | 61 | 36 |
| Octal | 374 | 253 | 31 | 0 | 40 | 132 | 1 | 47 | 141 | 66 |
| Binary | 11111100 | 10101011 | 11001 | 0 | 100000 | 1011010 | 1 | 100111 | 1100001 | 110110 |
Color Harmonies of #FCAB19
Complementary color
Monochromatic Colors of #FCAB19
Black with #FCAB19
Text Example
Text Example
White with #FCAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB19; }
p { color: rgb(252,171,25); }
H1.HeaderClassName
{
color: #FCAB19;
}
.AnyTagClassName
{
color: #FCAB19;
}
</style>
background-color css
<style>
a { background-color: #FCAB19; }
a { background-color: rgb(252,171,25); }
div.DivClassName
{
background-color: #FCAB19;
}
.BgClassName
{
background-color: #FCAB19;
}
</style>
border-color css
<style>
span { border-color: #FCAB19; }
span { border-color: rgb(252,171,25); }
td.TdClassName
{
border-color: #FCAB19;
}
.TagClassName
{
border-color: #FCAB19;
}
</style>