Shades of Tangerine Yellow #FFCC11
Tints of Tangerine Yellow #FFCC11
RGB
CMYK
RGB Variations
Color information
#FFCC11 (or 0xFFCC11) is known color: Tangerine Yellow. HEX triplet: FF, CC and 11. RGB value is (255,204,17). Sum of RGB (Red+Green+Blue) = 255+204+17=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 17 (7.03% from 255 or 3.57% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC11 is #0033EE. Grayscale: #C6C6C6. Windows color (decimal): -13295 or 1166591. OLE color: 1166591.
HSL color Cylindrical-coordinate representation of color #FFCC11: hue angle of 47.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFCC11 is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 17 | - |
| CMYK | 0 | 0.2 | 0.93 | 0 |
| HSL | 47.14º | 1% | 0.53% | - |
| HSV(B) | 47.14º | 0.93% | 1% | - |
| XYZ | 62.93 | 64.49 | 9.66 | - |
| YUV | 197.93 | 25.9 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 17 | 0 | 0.2 | 0.93 | 0 | 47.14 | 1 | 0.53 |
| Hex | FF | CC | 11 | 0 | 14 | 5D | 0 | 2F | 64 | 35 |
| Octal | 377 | 314 | 21 | 0 | 24 | 135 | 0 | 57 | 144 | 65 |
| Binary | 11111111 | 11001100 | 10001 | 0 | 10100 | 1011101 | 0 | 101111 | 1100100 | 110101 |
Color Harmonies of #FFCC11
Complementary color
Monochromatic Colors of #FFCC11
Black with #FFCC11
Text Example
Text Example
White with #FFCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC11; }
p { color: rgb(255,204,17); }
H1.HeaderClassName
{
color: #FFCC11;
}
.AnyTagClassName
{
color: #FFCC11;
}
</style>
background-color css
<style>
a { background-color: #FFCC11; }
a { background-color: rgb(255,204,17); }
div.DivClassName
{
background-color: #FFCC11;
}
.BgClassName
{
background-color: #FFCC11;
}
</style>
border-color css
<style>
span { border-color: #FFCC11; }
span { border-color: rgb(255,204,17); }
td.TdClassName
{
border-color: #FFCC11;
}
.TagClassName
{
border-color: #FFCC11;
}
</style>