Shades of Dark Tangerine #FCB619
Tints of Dark Tangerine #FCB619
RGB
CMYK
RGB Variations
Color information
#FCB619 (or 0xFCB619) is known color: Dark Tangerine. HEX triplet: FC, B6 and 19. RGB value is (252,182,25). Sum of RGB (Red+Green+Blue) = 252+182+25=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB619 is #0349E6. Grayscale: #B9B9B9. Windows color (decimal): -215527 or 1685244. OLE color: 1685244.
HSL color Cylindrical-coordinate representation of color #FCB619: hue angle of 41.5º 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 #FCB619 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 25 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.01 |
| HSL | 41.5º | 0.97% | 0.54% | - |
| HSV(B) | 41.5º | 0.9% | 0.99% | - |
| XYZ | 57.05 | 54.22 | 8.38 | - |
| YUV | 185.03 | 37.69 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 25 | 0 | 0.28 | 0.90 | 0.01 | 41.5 | 0.97 | 0.54 |
| Hex | FC | B6 | 19 | 0 | 1C | 5A | 1 | 29 | 61 | 36 |
| Octal | 374 | 266 | 31 | 0 | 34 | 132 | 1 | 51 | 141 | 66 |
| Binary | 11111100 | 10110110 | 11001 | 0 | 11100 | 1011010 | 1 | 101001 | 1100001 | 110110 |
Color Harmonies of #FCB619
Complementary color
Monochromatic Colors of #FCB619
Black with #FCB619
Text Example
Text Example
White with #FCB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB619; }
p { color: rgb(252,182,25); }
H1.HeaderClassName
{
color: #FCB619;
}
.AnyTagClassName
{
color: #FCB619;
}
</style>
background-color css
<style>
a { background-color: #FCB619; }
a { background-color: rgb(252,182,25); }
div.DivClassName
{
background-color: #FCB619;
}
.BgClassName
{
background-color: #FCB619;
}
</style>
border-color css
<style>
span { border-color: #FCB619; }
span { border-color: rgb(252,182,25); }
td.TdClassName
{
border-color: #FCB619;
}
.TagClassName
{
border-color: #FCB619;
}
</style>