Shades of Dark Tangerine #FCAB12
Tints of Dark Tangerine #FCAB12
RGB
CMYK
RGB Variations
Color information
#FCAB12 (or 0xFCAB12) is known color: Dark Tangerine. HEX triplet: FC, AB and 12. RGB value is (252,171,18). Sum of RGB (Red+Green+Blue) = 252+171+18=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB12 is #0354ED. Grayscale: #B2B2B2. Windows color (decimal): -218350 or 1223676. OLE color: 1223676.
HSL color Cylindrical-coordinate representation of color #FCAB12: hue angle of 39.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCAB12 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 18 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.01 |
| HSL | 39.23º | 0.98% | 0.53% | - |
| HSV(B) | 39.23º | 0.93% | 0.99% | - |
| XYZ | 54.82 | 49.86 | 7.31 | - |
| YUV | 177.78 | 37.84 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 18 | 0 | 0.32 | 0.93 | 0.01 | 39.23 | 0.98 | 0.53 |
| Hex | FC | AB | 12 | 0 | 20 | 5D | 1 | 27 | 62 | 35 |
| Octal | 374 | 253 | 22 | 0 | 40 | 135 | 1 | 47 | 142 | 65 |
| Binary | 11111100 | 10101011 | 10010 | 0 | 100000 | 1011101 | 1 | 100111 | 1100010 | 110101 |
Color Harmonies of #FCAB12
Complementary color
Monochromatic Colors of #FCAB12
Black with #FCAB12
Text Example
Text Example
White with #FCAB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB12; }
p { color: rgb(252,171,18); }
H1.HeaderClassName
{
color: #FCAB12;
}
.AnyTagClassName
{
color: #FCAB12;
}
</style>
background-color css
<style>
a { background-color: #FCAB12; }
a { background-color: rgb(252,171,18); }
div.DivClassName
{
background-color: #FCAB12;
}
.BgClassName
{
background-color: #FCAB12;
}
</style>
border-color css
<style>
span { border-color: #FCAB12; }
span { border-color: rgb(252,171,18); }
td.TdClassName
{
border-color: #FCAB12;
}
.TagClassName
{
border-color: #FCAB12;
}
</style>