Shades of Dark Tangerine #FCB610
Tints of Dark Tangerine #FCB610
RGB
CMYK
RGB Variations
Color information
#FCB610 (or 0xFCB610) is known color: Dark Tangerine. HEX triplet: FC, B6 and 10. RGB value is (252,182,16). Sum of RGB (Red+Green+Blue) = 252+182+16=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB610 is #0349EF. Grayscale: #B8B8B8. Windows color (decimal): -215536 or 1095420. OLE color: 1095420.
HSL color Cylindrical-coordinate representation of color #FCB610: hue angle of 42.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCB610 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 16 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.01 |
| HSL | 42.2º | 0.98% | 0.53% | - |
| HSV(B) | 42.2º | 0.94% | 0.99% | - |
| XYZ | 56.97 | 54.19 | 7.95 | - |
| YUV | 184.01 | 33.19 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 16 | 0 | 0.28 | 0.94 | 0.01 | 42.2 | 0.98 | 0.53 |
| Hex | FC | B6 | 10 | 0 | 1C | 5E | 1 | 2A | 62 | 35 |
| Octal | 374 | 266 | 20 | 0 | 34 | 136 | 1 | 52 | 142 | 65 |
| Binary | 11111100 | 10110110 | 10000 | 0 | 11100 | 1011110 | 1 | 101010 | 1100010 | 110101 |
Color Harmonies of #FCB610
Complementary color
Monochromatic Colors of #FCB610
Black with #FCB610
Text Example
Text Example
White with #FCB610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB610; }
p { color: rgb(252,182,16); }
H1.HeaderClassName
{
color: #FCB610;
}
.AnyTagClassName
{
color: #FCB610;
}
</style>
background-color css
<style>
a { background-color: #FCB610; }
a { background-color: rgb(252,182,16); }
div.DivClassName
{
background-color: #FCB610;
}
.BgClassName
{
background-color: #FCB610;
}
</style>
border-color css
<style>
span { border-color: #FCB610; }
span { border-color: rgb(252,182,16); }
td.TdClassName
{
border-color: #FCB610;
}
.TagClassName
{
border-color: #FCB610;
}
</style>