Shades of Tangerine Yellow #FCC811
Tints of Tangerine Yellow #FCC811
RGB
CMYK
RGB Variations
Color information
#FCC811 (or 0xFCC811) is known color: Tangerine Yellow. HEX triplet: FC, C8 and 11. RGB value is (252,200,17). Sum of RGB (Red+Green+Blue) = 252+200+17=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 17 (7.03% from 255 or 3.62% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC811 is #0337EE. Grayscale: #C3C3C3. Windows color (decimal): -210927 or 1165564. OLE color: 1165564.
HSL color Cylindrical-coordinate representation of color #FCC811: hue angle of 46.72º 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 #FCC811 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 17 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.01 |
| HSL | 46.72º | 0.98% | 0.53% | - |
| HSV(B) | 46.72º | 0.93% | 0.99% | - |
| XYZ | 60.9 | 62.04 | 9.3 | - |
| YUV | 194.69 | 27.73 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 17 | 0 | 0.21 | 0.93 | 0.01 | 46.72 | 0.98 | 0.53 |
| Hex | FC | C8 | 11 | 0 | 15 | 5D | 1 | 2F | 62 | 35 |
| Octal | 374 | 310 | 21 | 0 | 25 | 135 | 1 | 57 | 142 | 65 |
| Binary | 11111100 | 11001000 | 10001 | 0 | 10101 | 1011101 | 1 | 101111 | 1100010 | 110101 |
Color Harmonies of #FCC811
Complementary color
Monochromatic Colors of #FCC811
Black with #FCC811
Text Example
Text Example
White with #FCC811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC811; }
p { color: rgb(252,200,17); }
H1.HeaderClassName
{
color: #FCC811;
}
.AnyTagClassName
{
color: #FCC811;
}
</style>
background-color css
<style>
a { background-color: #FCC811; }
a { background-color: rgb(252,200,17); }
div.DivClassName
{
background-color: #FCC811;
}
.BgClassName
{
background-color: #FCC811;
}
</style>
border-color css
<style>
span { border-color: #FCC811; }
span { border-color: rgb(252,200,17); }
td.TdClassName
{
border-color: #FCC811;
}
.TagClassName
{
border-color: #FCC811;
}
</style>