Shades of Dark Tangerine #FCAC1E
Tints of Dark Tangerine #FCAC1E
RGB
CMYK
RGB Variations
Color information
#FCAC1E (or 0xFCAC1E) is known color: Dark Tangerine. HEX triplet: FC, AC and 1E. RGB value is (252,172,30). Sum of RGB (Red+Green+Blue) = 252+172+30=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 30 (12.11% from 255 or 6.61% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC1E is #0353E1. Grayscale: #B4B4B4. Windows color (decimal): -218082 or 2010364. OLE color: 2010364.
HSL color Cylindrical-coordinate representation of color #FCAC1E: hue angle of 38.38º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCAC1E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 30 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.01 |
| HSL | 38.38º | 0.97% | 0.55% | - |
| HSV(B) | 38.38º | 0.88% | 0.99% | - |
| XYZ | 55.13 | 50.29 | 8.03 | - |
| YUV | 179.73 | 43.5 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 30 | 0 | 0.32 | 0.88 | 0.01 | 38.38 | 0.97 | 0.55 |
| Hex | FC | AC | 1E | 0 | 20 | 58 | 1 | 26 | 61 | 37 |
| Octal | 374 | 254 | 36 | 0 | 40 | 130 | 1 | 46 | 141 | 67 |
| Binary | 11111100 | 10101100 | 11110 | 0 | 100000 | 1011000 | 1 | 100110 | 1100001 | 110111 |
Color Harmonies of #FCAC1E
Complementary color
Monochromatic Colors of #FCAC1E
Black with #FCAC1E
Text Example
Text Example
White with #FCAC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC1E; }
p { color: rgb(252,172,30); }
H1.HeaderClassName
{
color: #FCAC1E;
}
.AnyTagClassName
{
color: #FCAC1E;
}
</style>
background-color css
<style>
a { background-color: #FCAC1E; }
a { background-color: rgb(252,172,30); }
div.DivClassName
{
background-color: #FCAC1E;
}
.BgClassName
{
background-color: #FCAC1E;
}
</style>
border-color css
<style>
span { border-color: #FCAC1E; }
span { border-color: rgb(252,172,30); }
td.TdClassName
{
border-color: #FCAC1E;
}
.TagClassName
{
border-color: #FCAC1E;
}
</style>