Shades of Dark Tangerine #FC9C1D
Tints of Dark Tangerine #FC9C1D
RGB
CMYK
RGB Variations
Color information
#FC9C1D (or 0xFC9C1D) is known color: Dark Tangerine. HEX triplet: FC, 9C and 1D. RGB value is (252,156,29). Sum of RGB (Red+Green+Blue) = 252+156+29=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9C1D is #0363E2. Grayscale: #AAAAAA. Windows color (decimal): -222179 or 1940732. OLE color: 1940732.
HSL color Cylindrical-coordinate representation of color #FC9C1D: hue angle of 34.17º 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 #FC9C1D is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 29 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.01 |
| HSL | 34.17º | 0.97% | 0.55% | - |
| HSV(B) | 34.17º | 0.88% | 0.99% | - |
| XYZ | 52.26 | 44.56 | 7.01 | - |
| YUV | 170.23 | 48.3 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 29 | 0 | 0.38 | 0.88 | 0.01 | 34.17 | 0.97 | 0.55 |
| Hex | FC | 9C | 1D | 0 | 26 | 58 | 1 | 22 | 61 | 37 |
| Octal | 374 | 234 | 35 | 0 | 46 | 130 | 1 | 42 | 141 | 67 |
| Binary | 11111100 | 10011100 | 11101 | 0 | 100110 | 1011000 | 1 | 100010 | 1100001 | 110111 |
Color Harmonies of #FC9C1D
Complementary color
Monochromatic Colors of #FC9C1D
Black with #FC9C1D
Text Example
Text Example
White with #FC9C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9C1D; }
p { color: rgb(252,156,29); }
H1.HeaderClassName
{
color: #FC9C1D;
}
.AnyTagClassName
{
color: #FC9C1D;
}
</style>
background-color css
<style>
a { background-color: #FC9C1D; }
a { background-color: rgb(252,156,29); }
div.DivClassName
{
background-color: #FC9C1D;
}
.BgClassName
{
background-color: #FC9C1D;
}
</style>
border-color css
<style>
span { border-color: #FC9C1D; }
span { border-color: rgb(252,156,29); }
td.TdClassName
{
border-color: #FC9C1D;
}
.TagClassName
{
border-color: #FC9C1D;
}
</style>