Shades of Dark Tangerine #FCB711
Tints of Dark Tangerine #FCB711
RGB
CMYK
RGB Variations
Color information
#FCB711 (or 0xFCB711) is known color: Dark Tangerine. HEX triplet: FC, B7 and 11. RGB value is (252,183,17). Sum of RGB (Red+Green+Blue) = 252+183+17=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB711 is #0348EE. Grayscale: #B9B9B9. Windows color (decimal): -215279 or 1161212. OLE color: 1161212.
HSL color Cylindrical-coordinate representation of color #FCB711: hue angle of 42.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCB711 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 17 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.01 |
| HSL | 42.38º | 0.98% | 0.53% | - |
| HSV(B) | 42.38º | 0.93% | 0.99% | - |
| XYZ | 57.18 | 54.6 | 8.06 | - |
| YUV | 184.71 | 33.36 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 17 | 0 | 0.27 | 0.93 | 0.01 | 42.38 | 0.98 | 0.53 |
| Hex | FC | B7 | 11 | 0 | 1B | 5D | 1 | 2A | 62 | 35 |
| Octal | 374 | 267 | 21 | 0 | 33 | 135 | 1 | 52 | 142 | 65 |
| Binary | 11111100 | 10110111 | 10001 | 0 | 11011 | 1011101 | 1 | 101010 | 1100010 | 110101 |
Color Harmonies of #FCB711
Complementary color
Monochromatic Colors of #FCB711
Black with #FCB711
Text Example
Text Example
White with #FCB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB711; }
p { color: rgb(252,183,17); }
H1.HeaderClassName
{
color: #FCB711;
}
.AnyTagClassName
{
color: #FCB711;
}
</style>
background-color css
<style>
a { background-color: #FCB711; }
a { background-color: rgb(252,183,17); }
div.DivClassName
{
background-color: #FCB711;
}
.BgClassName
{
background-color: #FCB711;
}
</style>
border-color css
<style>
span { border-color: #FCB711; }
span { border-color: rgb(252,183,17); }
td.TdClassName
{
border-color: #FCB711;
}
.TagClassName
{
border-color: #FCB711;
}
</style>