Shades of Dark Tangerine #FCAB1B
Tints of Dark Tangerine #FCAB1B
RGB
CMYK
RGB Variations
Color information
#FCAB1B (or 0xFCAB1B) is known color: Dark Tangerine. HEX triplet: FC, AB and 1B. RGB value is (252,171,27). Sum of RGB (Red+Green+Blue) = 252+171+27=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 27 (10.94% from 255 or 6% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB1B is #0354E4. Grayscale: #B3B3B3. Windows color (decimal): -218341 or 1813500. OLE color: 1813500.
HSL color Cylindrical-coordinate representation of color #FCAB1B: hue angle of 38.4º 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 #FCAB1B is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 27 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.01 |
| HSL | 38.4º | 0.97% | 0.55% | - |
| HSV(B) | 38.4º | 0.89% | 0.99% | - |
| XYZ | 54.91 | 49.9 | 7.77 | - |
| YUV | 178.8 | 42.34 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 27 | 0 | 0.32 | 0.89 | 0.01 | 38.4 | 0.97 | 0.55 |
| Hex | FC | AB | 1B | 0 | 20 | 59 | 1 | 26 | 61 | 37 |
| Octal | 374 | 253 | 33 | 0 | 40 | 131 | 1 | 46 | 141 | 67 |
| Binary | 11111100 | 10101011 | 11011 | 0 | 100000 | 1011001 | 1 | 100110 | 1100001 | 110111 |
Color Harmonies of #FCAB1B
Complementary color
Monochromatic Colors of #FCAB1B
Black with #FCAB1B
Text Example
Text Example
White with #FCAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB1B; }
p { color: rgb(252,171,27); }
H1.HeaderClassName
{
color: #FCAB1B;
}
.AnyTagClassName
{
color: #FCAB1B;
}
</style>
background-color css
<style>
a { background-color: #FCAB1B; }
a { background-color: rgb(252,171,27); }
div.DivClassName
{
background-color: #FCAB1B;
}
.BgClassName
{
background-color: #FCAB1B;
}
</style>
border-color css
<style>
span { border-color: #FCAB1B; }
span { border-color: rgb(252,171,27); }
td.TdClassName
{
border-color: #FCAB1B;
}
.TagClassName
{
border-color: #FCAB1B;
}
</style>