Shades of Dark Tangerine #FCB118
Tints of Dark Tangerine #FCB118
RGB
CMYK
RGB Variations
Color information
#FCB118 (or 0xFCB118) is known color: Dark Tangerine. HEX triplet: FC, B1 and 18. RGB value is (252,177,24). Sum of RGB (Red+Green+Blue) = 252+177+24=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 24 (9.77% from 255 or 5.30% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB118 is #034EE7. Grayscale: #B6B6B6. Windows color (decimal): -216808 or 1618428. OLE color: 1618428.
HSL color Cylindrical-coordinate representation of color #FCB118: hue angle of 40.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCB118 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 24 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.01 |
| HSL | 40.26º | 0.97% | 0.54% | - |
| HSV(B) | 40.26º | 0.9% | 0.99% | - |
| XYZ | 56.03 | 52.21 | 7.99 | - |
| YUV | 181.98 | 38.85 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 24 | 0 | 0.30 | 0.90 | 0.01 | 40.26 | 0.97 | 0.54 |
| Hex | FC | B1 | 18 | 0 | 1E | 5A | 1 | 28 | 61 | 36 |
| Octal | 374 | 261 | 30 | 0 | 36 | 132 | 1 | 50 | 141 | 66 |
| Binary | 11111100 | 10110001 | 11000 | 0 | 11110 | 1011010 | 1 | 101000 | 1100001 | 110110 |
Color Harmonies of #FCB118
Complementary color
Monochromatic Colors of #FCB118
Black with #FCB118
Text Example
Text Example
White with #FCB118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB118; }
p { color: rgb(252,177,24); }
H1.HeaderClassName
{
color: #FCB118;
}
.AnyTagClassName
{
color: #FCB118;
}
</style>
background-color css
<style>
a { background-color: #FCB118; }
a { background-color: rgb(252,177,24); }
div.DivClassName
{
background-color: #FCB118;
}
.BgClassName
{
background-color: #FCB118;
}
</style>
border-color css
<style>
span { border-color: #FCB118; }
span { border-color: rgb(252,177,24); }
td.TdClassName
{
border-color: #FCB118;
}
.TagClassName
{
border-color: #FCB118;
}
</style>