Shades of Tangerine Yellow #FCC911
Tints of Tangerine Yellow #FCC911
RGB
CMYK
RGB Variations
Color information
#FCC911 (or 0xFCC911) is known color: Tangerine Yellow. HEX triplet: FC, C9 and 11. RGB value is (252,201,17). Sum of RGB (Red+Green+Blue) = 252+201+17=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 17 (7.03% from 255 or 3.62% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC911 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC911 is #0336EE. Grayscale: #C4C4C4. Windows color (decimal): -210671 or 1165820. OLE color: 1165820.
HSL color Cylindrical-coordinate representation of color #FCC911: hue angle of 46.98º 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 #FCC911 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 17 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.01 |
| HSL | 46.98º | 0.98% | 0.53% | - |
| HSV(B) | 46.98º | 0.93% | 0.99% | - |
| XYZ | 61.13 | 62.51 | 9.37 | - |
| YUV | 195.27 | 27.4 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 17 | 0 | 0.20 | 0.93 | 0.01 | 46.98 | 0.98 | 0.53 |
| Hex | FC | C9 | 11 | 0 | 14 | 5D | 1 | 2F | 62 | 35 |
| Octal | 374 | 311 | 21 | 0 | 24 | 135 | 1 | 57 | 142 | 65 |
| Binary | 11111100 | 11001001 | 10001 | 0 | 10100 | 1011101 | 1 | 101111 | 1100010 | 110101 |
Color Harmonies of #FCC911
Complementary color
Monochromatic Colors of #FCC911
Black with #FCC911
Text Example
Text Example
White with #FCC911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC911; }
p { color: rgb(252,201,17); }
H1.HeaderClassName
{
color: #FCC911;
}
.AnyTagClassName
{
color: #FCC911;
}
</style>
background-color css
<style>
a { background-color: #FCC911; }
a { background-color: rgb(252,201,17); }
div.DivClassName
{
background-color: #FCC911;
}
.BgClassName
{
background-color: #FCC911;
}
</style>
border-color css
<style>
span { border-color: #FCC911; }
span { border-color: rgb(252,201,17); }
td.TdClassName
{
border-color: #FCC911;
}
.TagClassName
{
border-color: #FCC911;
}
</style>