Shades of Dark Tangerine #FCA81C
Tints of Dark Tangerine #FCA81C
RGB
CMYK
RGB Variations
Color information
#FCA81C (or 0xFCA81C) is known color: Dark Tangerine. HEX triplet: FC, A8 and 1C. RGB value is (252,168,28). Sum of RGB (Red+Green+Blue) = 252+168+28=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA81C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA81C is #0357E3. Grayscale: #B1B1B1. Windows color (decimal): -219108 or 1878268. OLE color: 1878268.
HSL color Cylindrical-coordinate representation of color #FCA81C: hue angle of 37.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCA81C is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 28 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.01 |
| HSL | 37.5º | 0.97% | 0.55% | - |
| HSV(B) | 37.5º | 0.89% | 0.99% | - |
| XYZ | 54.36 | 48.78 | 7.65 | - |
| YUV | 177.16 | 43.83 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 28 | 0 | 0.33 | 0.89 | 0.01 | 37.5 | 0.97 | 0.55 |
| Hex | FC | A8 | 1C | 0 | 21 | 59 | 1 | 26 | 61 | 37 |
| Octal | 374 | 250 | 34 | 0 | 41 | 131 | 1 | 46 | 141 | 67 |
| Binary | 11111100 | 10101000 | 11100 | 0 | 100001 | 1011001 | 1 | 100110 | 1100001 | 110111 |
Color Harmonies of #FCA81C
Complementary color
Monochromatic Colors of #FCA81C
Black with #FCA81C
Text Example
Text Example
White with #FCA81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA81C; }
p { color: rgb(252,168,28); }
H1.HeaderClassName
{
color: #FCA81C;
}
.AnyTagClassName
{
color: #FCA81C;
}
</style>
background-color css
<style>
a { background-color: #FCA81C; }
a { background-color: rgb(252,168,28); }
div.DivClassName
{
background-color: #FCA81C;
}
.BgClassName
{
background-color: #FCA81C;
}
</style>
border-color css
<style>
span { border-color: #FCA81C; }
span { border-color: rgb(252,168,28); }
td.TdClassName
{
border-color: #FCA81C;
}
.TagClassName
{
border-color: #FCA81C;
}
</style>