Shades of Dark Tangerine #FCAC14
Tints of Dark Tangerine #FCAC14
RGB
CMYK
RGB Variations
Color information
#FCAC14 (or 0xFCAC14) is known color: Dark Tangerine. HEX triplet: FC, AC and 14. RGB value is (252,172,20). Sum of RGB (Red+Green+Blue) = 252+172+20=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC14 is #0353EB. Grayscale: #B3B3B3. Windows color (decimal): -218092 or 1355004. OLE color: 1355004.
HSL color Cylindrical-coordinate representation of color #FCAC14: hue angle of 39.31º 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 #FCAC14 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 20 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.01 |
| HSL | 39.31º | 0.97% | 0.53% | - |
| HSV(B) | 39.31º | 0.92% | 0.99% | - |
| XYZ | 55.02 | 50.25 | 7.46 | - |
| YUV | 178.59 | 38.5 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 20 | 0 | 0.32 | 0.92 | 0.01 | 39.31 | 0.97 | 0.53 |
| Hex | FC | AC | 14 | 0 | 20 | 5C | 1 | 27 | 61 | 35 |
| Octal | 374 | 254 | 24 | 0 | 40 | 134 | 1 | 47 | 141 | 65 |
| Binary | 11111100 | 10101100 | 10100 | 0 | 100000 | 1011100 | 1 | 100111 | 1100001 | 110101 |
Color Harmonies of #FCAC14
Complementary color
Monochromatic Colors of #FCAC14
Black with #FCAC14
Text Example
Text Example
White with #FCAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC14; }
p { color: rgb(252,172,20); }
H1.HeaderClassName
{
color: #FCAC14;
}
.AnyTagClassName
{
color: #FCAC14;
}
</style>
background-color css
<style>
a { background-color: #FCAC14; }
a { background-color: rgb(252,172,20); }
div.DivClassName
{
background-color: #FCAC14;
}
.BgClassName
{
background-color: #FCAC14;
}
</style>
border-color css
<style>
span { border-color: #FCAC14; }
span { border-color: rgb(252,172,20); }
td.TdClassName
{
border-color: #FCAC14;
}
.TagClassName
{
border-color: #FCAC14;
}
</style>