Shades of Dark Tangerine #FCAB1E
Tints of Dark Tangerine #FCAB1E
RGB
CMYK
RGB Variations
Color information
#FCAB1E (or 0xFCAB1E) is known color: Dark Tangerine. HEX triplet: FC, AB and 1E. RGB value is (252,171,30). Sum of RGB (Red+Green+Blue) = 252+171+30=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 30 (12.11% from 255 or 6.62% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB1E is #0354E1. Grayscale: #B3B3B3. Windows color (decimal): -218338 or 2010108. OLE color: 2010108.
HSL color Cylindrical-coordinate representation of color #FCAB1E: hue angle of 38.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCAB1E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 30 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.01 |
| HSL | 38.11º | 0.97% | 0.55% | - |
| HSV(B) | 38.11º | 0.88% | 0.99% | - |
| XYZ | 54.94 | 49.92 | 7.97 | - |
| YUV | 179.15 | 43.84 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 30 | 0 | 0.32 | 0.88 | 0.01 | 38.11 | 0.97 | 0.55 |
| Hex | FC | AB | 1E | 0 | 20 | 58 | 1 | 26 | 61 | 37 |
| Octal | 374 | 253 | 36 | 0 | 40 | 130 | 1 | 46 | 141 | 67 |
| Binary | 11111100 | 10101011 | 11110 | 0 | 100000 | 1011000 | 1 | 100110 | 1100001 | 110111 |
Color Harmonies of #FCAB1E
Complementary color
Monochromatic Colors of #FCAB1E
Black with #FCAB1E
Text Example
Text Example
White with #FCAB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB1E; }
p { color: rgb(252,171,30); }
H1.HeaderClassName
{
color: #FCAB1E;
}
.AnyTagClassName
{
color: #FCAB1E;
}
</style>
background-color css
<style>
a { background-color: #FCAB1E; }
a { background-color: rgb(252,171,30); }
div.DivClassName
{
background-color: #FCAB1E;
}
.BgClassName
{
background-color: #FCAB1E;
}
</style>
border-color css
<style>
span { border-color: #FCAB1E; }
span { border-color: rgb(252,171,30); }
td.TdClassName
{
border-color: #FCAB1E;
}
.TagClassName
{
border-color: #FCAB1E;
}
</style>