Shades of Dark Tangerine #FCB319
Tints of Dark Tangerine #FCB319
RGB
CMYK
RGB Variations
Color information
#FCB319 (or 0xFCB319) is known color: Dark Tangerine. HEX triplet: FC, B3 and 19. RGB value is (252,179,25). Sum of RGB (Red+Green+Blue) = 252+179+25=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 25 (10.16% from 255 or 5.48% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB319 is #034CE6. Grayscale: #B7B7B7. Windows color (decimal): -216295 or 1684476. OLE color: 1684476.
HSL color Cylindrical-coordinate representation of color #FCB319: hue angle of 40.7º 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 #FCB319 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 25 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.01 |
| HSL | 40.7º | 0.97% | 0.54% | - |
| HSV(B) | 40.7º | 0.9% | 0.99% | - |
| XYZ | 56.44 | 53.01 | 8.18 | - |
| YUV | 183.27 | 38.68 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 25 | 0 | 0.29 | 0.90 | 0.01 | 40.7 | 0.97 | 0.54 |
| Hex | FC | B3 | 19 | 0 | 1D | 5A | 1 | 29 | 61 | 36 |
| Octal | 374 | 263 | 31 | 0 | 35 | 132 | 1 | 51 | 141 | 66 |
| Binary | 11111100 | 10110011 | 11001 | 0 | 11101 | 1011010 | 1 | 101001 | 1100001 | 110110 |
Color Harmonies of #FCB319
Complementary color
Monochromatic Colors of #FCB319
Black with #FCB319
Text Example
Text Example
White with #FCB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB319; }
p { color: rgb(252,179,25); }
H1.HeaderClassName
{
color: #FCB319;
}
.AnyTagClassName
{
color: #FCB319;
}
</style>
background-color css
<style>
a { background-color: #FCB319; }
a { background-color: rgb(252,179,25); }
div.DivClassName
{
background-color: #FCB319;
}
.BgClassName
{
background-color: #FCB319;
}
</style>
border-color css
<style>
span { border-color: #FCB319; }
span { border-color: rgb(252,179,25); }
td.TdClassName
{
border-color: #FCB319;
}
.TagClassName
{
border-color: #FCB319;
}
</style>