Shades of Dark Tangerine #FCA914
Tints of Dark Tangerine #FCA914
RGB
CMYK
RGB Variations
Color information
#FCA914 (or 0xFCA914) is known color: Dark Tangerine. HEX triplet: FC, A9 and 14. RGB value is (252,169,20). Sum of RGB (Red+Green+Blue) = 252+169+20=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA914 is #0356EB. Grayscale: #B1B1B1. Windows color (decimal): -218860 or 1354236. OLE color: 1354236.
HSL color Cylindrical-coordinate representation of color #FCA914: hue angle of 38.53º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCA914 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 20 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.01 |
| HSL | 38.53º | 0.97% | 0.53% | - |
| HSV(B) | 38.53º | 0.92% | 0.99% | - |
| XYZ | 54.46 | 49.12 | 7.27 | - |
| YUV | 176.83 | 39.5 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 20 | 0 | 0.33 | 0.92 | 0.01 | 38.53 | 0.97 | 0.53 |
| Hex | FC | A9 | 14 | 0 | 21 | 5C | 1 | 27 | 61 | 35 |
| Octal | 374 | 251 | 24 | 0 | 41 | 134 | 1 | 47 | 141 | 65 |
| Binary | 11111100 | 10101001 | 10100 | 0 | 100001 | 1011100 | 1 | 100111 | 1100001 | 110101 |
Color Harmonies of #FCA914
Complementary color
Monochromatic Colors of #FCA914
Black with #FCA914
Text Example
Text Example
White with #FCA914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA914; }
p { color: rgb(252,169,20); }
H1.HeaderClassName
{
color: #FCA914;
}
.AnyTagClassName
{
color: #FCA914;
}
</style>
background-color css
<style>
a { background-color: #FCA914; }
a { background-color: rgb(252,169,20); }
div.DivClassName
{
background-color: #FCA914;
}
.BgClassName
{
background-color: #FCA914;
}
</style>
border-color css
<style>
span { border-color: #FCA914; }
span { border-color: rgb(252,169,20); }
td.TdClassName
{
border-color: #FCA914;
}
.TagClassName
{
border-color: #FCA914;
}
</style>