Shades of Dark Tangerine #FCA81A
Tints of Dark Tangerine #FCA81A
RGB
CMYK
RGB Variations
Color information
#FCA81A (or 0xFCA81A) is known color: Dark Tangerine. HEX triplet: FC, A8 and 1A. RGB value is (252,168,26). Sum of RGB (Red+Green+Blue) = 252+168+26=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA81A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA81A is #0357E5. Grayscale: #B1B1B1. Windows color (decimal): -219110 or 1747196. OLE color: 1747196.
HSL color Cylindrical-coordinate representation of color #FCA81A: hue angle of 37.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCA81A is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 26 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.01 |
| HSL | 37.7º | 0.97% | 0.55% | - |
| HSV(B) | 37.7º | 0.9% | 0.99% | - |
| XYZ | 54.33 | 48.78 | 7.53 | - |
| YUV | 176.93 | 42.83 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 26 | 0 | 0.33 | 0.90 | 0.01 | 37.7 | 0.97 | 0.55 |
| Hex | FC | A8 | 1A | 0 | 21 | 5A | 1 | 26 | 61 | 37 |
| Octal | 374 | 250 | 32 | 0 | 41 | 132 | 1 | 46 | 141 | 67 |
| Binary | 11111100 | 10101000 | 11010 | 0 | 100001 | 1011010 | 1 | 100110 | 1100001 | 110111 |
Color Harmonies of #FCA81A
Complementary color
Monochromatic Colors of #FCA81A
Black with #FCA81A
Text Example
Text Example
White with #FCA81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA81A; }
p { color: rgb(252,168,26); }
H1.HeaderClassName
{
color: #FCA81A;
}
.AnyTagClassName
{
color: #FCA81A;
}
</style>
background-color css
<style>
a { background-color: #FCA81A; }
a { background-color: rgb(252,168,26); }
div.DivClassName
{
background-color: #FCA81A;
}
.BgClassName
{
background-color: #FCA81A;
}
</style>
border-color css
<style>
span { border-color: #FCA81A; }
span { border-color: rgb(252,168,26); }
td.TdClassName
{
border-color: #FCA81A;
}
.TagClassName
{
border-color: #FCA81A;
}
</style>