Shades of Dark Tangerine #FCAB17
Tints of Dark Tangerine #FCAB17
RGB
CMYK
RGB Variations
Color information
#FCAB17 (or 0xFCAB17) is known color: Dark Tangerine. HEX triplet: FC, AB and 17. RGB value is (252,171,23). Sum of RGB (Red+Green+Blue) = 252+171+23=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 23 (9.38% from 255 or 5.16% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB17 is #0354E8. Grayscale: #B3B3B3. Windows color (decimal): -218345 or 1551356. OLE color: 1551356.
HSL color Cylindrical-coordinate representation of color #FCAB17: hue angle of 38.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCAB17 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 23 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.01 |
| HSL | 38.78º | 0.97% | 0.54% | - |
| HSV(B) | 38.78º | 0.91% | 0.99% | - |
| XYZ | 54.86 | 49.88 | 7.55 | - |
| YUV | 178.35 | 40.34 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 23 | 0 | 0.32 | 0.91 | 0.01 | 38.78 | 0.97 | 0.54 |
| Hex | FC | AB | 17 | 0 | 20 | 5B | 1 | 27 | 61 | 36 |
| Octal | 374 | 253 | 27 | 0 | 40 | 133 | 1 | 47 | 141 | 66 |
| Binary | 11111100 | 10101011 | 10111 | 0 | 100000 | 1011011 | 1 | 100111 | 1100001 | 110110 |
Color Harmonies of #FCAB17
Complementary color
Monochromatic Colors of #FCAB17
Black with #FCAB17
Text Example
Text Example
White with #FCAB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB17; }
p { color: rgb(252,171,23); }
H1.HeaderClassName
{
color: #FCAB17;
}
.AnyTagClassName
{
color: #FCAB17;
}
</style>
background-color css
<style>
a { background-color: #FCAB17; }
a { background-color: rgb(252,171,23); }
div.DivClassName
{
background-color: #FCAB17;
}
.BgClassName
{
background-color: #FCAB17;
}
</style>
border-color css
<style>
span { border-color: #FCAB17; }
span { border-color: rgb(252,171,23); }
td.TdClassName
{
border-color: #FCAB17;
}
.TagClassName
{
border-color: #FCAB17;
}
</style>