Shades of Dark Tangerine #FCAD0C
Tints of Dark Tangerine #FCAD0C
RGB
CMYK
RGB Variations
Color information
#FCAD0C (or 0xFCAD0C) is known color: Dark Tangerine. HEX triplet: FC, AD and 0C. RGB value is (252,173,12). Sum of RGB (Red+Green+Blue) = 252+173+12=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAD0C is #0352F3. Grayscale: #B2B2B2. Windows color (decimal): -217844 or 830972. OLE color: 830972.
HSL color Cylindrical-coordinate representation of color #FCAD0C: hue angle of 40.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCAD0C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.01 |
| HSL | 40.25º | 0.98% | 0.52% | - |
| HSV(B) | 40.25º | 0.95% | 0.99% | - |
| XYZ | 55.15 | 50.61 | 7.21 | - |
| YUV | 178.27 | 34.17 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 12 | 0 | 0.31 | 0.95 | 0.01 | 40.25 | 0.98 | 0.52 |
| Hex | FC | AD | C | 0 | 1F | 5F | 1 | 28 | 62 | 34 |
| Octal | 374 | 255 | 14 | 0 | 37 | 137 | 1 | 50 | 142 | 64 |
| Binary | 11111100 | 10101101 | 1100 | 0 | 11111 | 1011111 | 1 | 101000 | 1100010 | 110100 |
Color Harmonies of #FCAD0C
Complementary color
Monochromatic Colors of #FCAD0C
Black with #FCAD0C
Text Example
Text Example
White with #FCAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAD0C; }
p { color: rgb(252,173,12); }
H1.HeaderClassName
{
color: #FCAD0C;
}
.AnyTagClassName
{
color: #FCAD0C;
}
</style>
background-color css
<style>
a { background-color: #FCAD0C; }
a { background-color: rgb(252,173,12); }
div.DivClassName
{
background-color: #FCAD0C;
}
.BgClassName
{
background-color: #FCAD0C;
}
</style>
border-color css
<style>
span { border-color: #FCAD0C; }
span { border-color: rgb(252,173,12); }
td.TdClassName
{
border-color: #FCAD0C;
}
.TagClassName
{
border-color: #FCAD0C;
}
</style>