Shades of Dark Tangerine #FCB117
Tints of Dark Tangerine #FCB117
RGB
CMYK
RGB Variations
Color information
#FCB117 (or 0xFCB117) is known color: Dark Tangerine. HEX triplet: FC, B1 and 17. RGB value is (252,177,23). Sum of RGB (Red+Green+Blue) = 252+177+23=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB117 is #034EE8. Grayscale: #B6B6B6. Windows color (decimal): -216809 or 1552892. OLE color: 1552892.
HSL color Cylindrical-coordinate representation of color #FCB117: hue angle of 40.35º 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 #FCB117 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 23 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.01 |
| HSL | 40.35º | 0.97% | 0.54% | - |
| HSV(B) | 40.35º | 0.91% | 0.99% | - |
| XYZ | 56.02 | 52.2 | 7.93 | - |
| YUV | 181.87 | 38.35 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 23 | 0 | 0.30 | 0.91 | 0.01 | 40.35 | 0.97 | 0.54 |
| Hex | FC | B1 | 17 | 0 | 1E | 5B | 1 | 28 | 61 | 36 |
| Octal | 374 | 261 | 27 | 0 | 36 | 133 | 1 | 50 | 141 | 66 |
| Binary | 11111100 | 10110001 | 10111 | 0 | 11110 | 1011011 | 1 | 101000 | 1100001 | 110110 |
Color Harmonies of #FCB117
Complementary color
Monochromatic Colors of #FCB117
Black with #FCB117
Text Example
Text Example
White with #FCB117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB117; }
p { color: rgb(252,177,23); }
H1.HeaderClassName
{
color: #FCB117;
}
.AnyTagClassName
{
color: #FCB117;
}
</style>
background-color css
<style>
a { background-color: #FCB117; }
a { background-color: rgb(252,177,23); }
div.DivClassName
{
background-color: #FCB117;
}
.BgClassName
{
background-color: #FCB117;
}
</style>
border-color css
<style>
span { border-color: #FCB117; }
span { border-color: rgb(252,177,23); }
td.TdClassName
{
border-color: #FCB117;
}
.TagClassName
{
border-color: #FCB117;
}
</style>