Shades of Dark Tangerine #FCAB23
Tints of Dark Tangerine #FCAB23
RGB
CMYK
RGB Variations
Color information
#FCAB23 (or 0xFCAB23) is known color: Dark Tangerine. HEX triplet: FC, AB and 23. RGB value is (252,171,35). Sum of RGB (Red+Green+Blue) = 252+171+35=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 35 (14.06% from 255 or 7.64% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB23 is #0354DC. Grayscale: #B4B4B4. Windows color (decimal): -218333 or 2337788. OLE color: 2337788.
HSL color Cylindrical-coordinate representation of color #FCAB23: hue angle of 37.6º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCAB23 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 35 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.01 |
| HSL | 37.6º | 0.97% | 0.56% | - |
| HSV(B) | 37.6º | 0.86% | 0.99% | - |
| XYZ | 55.01 | 49.94 | 8.33 | - |
| YUV | 179.72 | 46.34 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 35 | 0 | 0.32 | 0.86 | 0.01 | 37.6 | 0.97 | 0.56 |
| Hex | FC | AB | 23 | 0 | 20 | 56 | 1 | 26 | 61 | 38 |
| Octal | 374 | 253 | 43 | 0 | 40 | 126 | 1 | 46 | 141 | 70 |
| Binary | 11111100 | 10101011 | 100011 | 0 | 100000 | 1010110 | 1 | 100110 | 1100001 | 111000 |
Color Harmonies of #FCAB23
Complementary color
Monochromatic Colors of #FCAB23
Black with #FCAB23
Text Example
Text Example
White with #FCAB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB23; }
p { color: rgb(252,171,35); }
H1.HeaderClassName
{
color: #FCAB23;
}
.AnyTagClassName
{
color: #FCAB23;
}
</style>
background-color css
<style>
a { background-color: #FCAB23; }
a { background-color: rgb(252,171,35); }
div.DivClassName
{
background-color: #FCAB23;
}
.BgClassName
{
background-color: #FCAB23;
}
</style>
border-color css
<style>
span { border-color: #FCAB23; }
span { border-color: rgb(252,171,35); }
td.TdClassName
{
border-color: #FCAB23;
}
.TagClassName
{
border-color: #FCAB23;
}
</style>