Shades of Tangerine Yellow #FFCC00
Tints of Tangerine Yellow #FFCC00
RGB
CMYK
RGB Variations
Color information
#FFCC00 (or 0xFFCC00) is known color: Tangerine Yellow. HEX triplet: FF, CC and 00. RGB value is (255,204,0). Sum of RGB (Red+Green+Blue) = 255+204+0=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC00 is a web safe color. Inversed color of #FFCC00 is #0033FF. Grayscale: #C4C4C4. Windows color (decimal): -13312 or 52479. OLE color: 52479.
HSL color Cylindrical-coordinate representation of color #FFCC00: hue angle of 48º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFCC00 is Cyan = 0, Magento = 0.2, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 204 | 0 | - |
CMYK | 0 | 0.2 | 1 | 0 |
HSL | 48º | 1% | 0.5% | - |
HSV(B) | 48º | 1% | 1% | - |
XYZ | 62.83 | 64.45 | 9.13 | - |
YUV | 195.99 | 17.4 | 170.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 204 | 0 | 0 | 0.2 | 1 | 0 | 48 | 1 | 0.5 |
Hex | FF | CC | 0 | 0 | 14 | 64 | 0 | 30 | 64 | 32 |
Octal | 377 | 314 | 0 | 0 | 24 | 144 | 0 | 60 | 144 | 62 |
Binary | 11111111 | 11001100 | 0 | 0 | 10100 | 1100100 | 0 | 110000 | 1100100 | 110010 |
Color Harmonies of #FFCC00
Complementary color
Monochromatic Colors of #FFCC00
Black with #FFCC00
Text Example
Text Example
White with #FFCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC00; }
p { color: rgb(255,204,0); }
H1.HeaderClassName
{
color: #FFCC00;
}
.AnyTagClassName
{
color: #FFCC00;
}
</style>
background-color css
<style>
a { background-color: #FFCC00; }
a { background-color: rgb(255,204,0); }
div.DivClassName
{
background-color: #FFCC00;
}
.BgClassName
{
background-color: #FFCC00;
}
</style>
border-color css
<style>
span { border-color: #FFCC00; }
span { border-color: rgb(255,204,0); }
td.TdClassName
{
border-color: #FFCC00;
}
.TagClassName
{
border-color: #FFCC00;
}
</style>