Shades of Tangerine Yellow #FFCC04
Tints of Tangerine Yellow #FFCC04
RGB
CMYK
RGB Variations
Color information
#FFCC04 (or 0xFFCC04) is known color: Tangerine Yellow. HEX triplet: FF, CC and 04. RGB value is (255,204,4). Sum of RGB (Red+Green+Blue) = 255+204+4=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 4 (1.95% from 255 or 0.86% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC04 is #0033FB. Grayscale: #C5C5C5. Windows color (decimal): -13308 or 314623. OLE color: 314623.
HSL color Cylindrical-coordinate representation of color #FFCC04: hue angle of 47.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFCC04 is Cyan = 0, Magento = 0.2, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 4 | - |
| CMYK | 0 | 0.2 | 0.98 | 0 |
| HSL | 47.81º | 1% | 0.51% | - |
| HSV(B) | 47.81º | 0.98% | 1% | - |
| XYZ | 62.85 | 64.45 | 9.24 | - |
| YUV | 196.45 | 19.4 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 4 | 0 | 0.2 | 0.98 | 0 | 47.81 | 1 | 0.51 |
| Hex | FF | CC | 4 | 0 | 14 | 62 | 0 | 30 | 64 | 33 |
| Octal | 377 | 314 | 4 | 0 | 24 | 142 | 0 | 60 | 144 | 63 |
| Binary | 11111111 | 11001100 | 100 | 0 | 10100 | 1100010 | 0 | 110000 | 1100100 | 110011 |
Color Harmonies of #FFCC04
Complementary color
Monochromatic Colors of #FFCC04
Black with #FFCC04
Text Example
Text Example
White with #FFCC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC04; }
p { color: rgb(255,204,4); }
H1.HeaderClassName
{
color: #FFCC04;
}
.AnyTagClassName
{
color: #FFCC04;
}
</style>
background-color css
<style>
a { background-color: #FFCC04; }
a { background-color: rgb(255,204,4); }
div.DivClassName
{
background-color: #FFCC04;
}
.BgClassName
{
background-color: #FFCC04;
}
</style>
border-color css
<style>
span { border-color: #FFCC04; }
span { border-color: rgb(255,204,4); }
td.TdClassName
{
border-color: #FFCC04;
}
.TagClassName
{
border-color: #FFCC04;
}
</style>