Shades of Dark Tangerine #FCB315
Tints of Dark Tangerine #FCB315
RGB
CMYK
RGB Variations
Color information
#FCB315 (or 0xFCB315) is known color: Dark Tangerine. HEX triplet: FC, B3 and 15. RGB value is (252,179,21). Sum of RGB (Red+Green+Blue) = 252+179+21=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB315 is #034CEA. Grayscale: #B7B7B7. Windows color (decimal): -216299 or 1422332. OLE color: 1422332.
HSL color Cylindrical-coordinate representation of color #FCB315: hue angle of 41.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCB315 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 21 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.01 |
| HSL | 41.04º | 0.97% | 0.54% | - |
| HSV(B) | 41.04º | 0.92% | 0.99% | - |
| XYZ | 56.4 | 52.99 | 7.96 | - |
| YUV | 182.82 | 36.68 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 21 | 0 | 0.29 | 0.92 | 0.01 | 41.04 | 0.97 | 0.54 |
| Hex | FC | B3 | 15 | 0 | 1D | 5C | 1 | 29 | 61 | 36 |
| Octal | 374 | 263 | 25 | 0 | 35 | 134 | 1 | 51 | 141 | 66 |
| Binary | 11111100 | 10110011 | 10101 | 0 | 11101 | 1011100 | 1 | 101001 | 1100001 | 110110 |
Color Harmonies of #FCB315
Complementary color
Monochromatic Colors of #FCB315
Black with #FCB315
Text Example
Text Example
White with #FCB315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB315; }
p { color: rgb(252,179,21); }
H1.HeaderClassName
{
color: #FCB315;
}
.AnyTagClassName
{
color: #FCB315;
}
</style>
background-color css
<style>
a { background-color: #FCB315; }
a { background-color: rgb(252,179,21); }
div.DivClassName
{
background-color: #FCB315;
}
.BgClassName
{
background-color: #FCB315;
}
</style>
border-color css
<style>
span { border-color: #FCB315; }
span { border-color: rgb(252,179,21); }
td.TdClassName
{
border-color: #FCB315;
}
.TagClassName
{
border-color: #FCB315;
}
</style>