Shades of Tangerine Yellow #FFCC09
Tints of Tangerine Yellow #FFCC09
RGB
CMYK
RGB Variations
Color information
#FFCC09 (or 0xFFCC09) is known color: Tangerine Yellow. HEX triplet: FF, CC and 09. RGB value is (255,204,9). Sum of RGB (Red+Green+Blue) = 255+204+9=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 9 (3.91% from 255 or 1.92% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC09 is #0033F6. Grayscale: #C5C5C5. Windows color (decimal): -13303 or 642303. OLE color: 642303.
HSL color Cylindrical-coordinate representation of color #FFCC09: hue angle of 47.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFCC09 is Cyan = 0, Magento = 0.2, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 9 | - |
| CMYK | 0 | 0.2 | 0.96 | 0 |
| HSL | 47.56º | 1% | 0.52% | - |
| HSV(B) | 47.56º | 0.96% | 1% | - |
| XYZ | 62.88 | 64.47 | 9.39 | - |
| YUV | 197.02 | 21.9 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 9 | 0 | 0.2 | 0.96 | 0 | 47.56 | 1 | 0.52 |
| Hex | FF | CC | 9 | 0 | 14 | 60 | 0 | 30 | 64 | 34 |
| Octal | 377 | 314 | 11 | 0 | 24 | 140 | 0 | 60 | 144 | 64 |
| Binary | 11111111 | 11001100 | 1001 | 0 | 10100 | 1100000 | 0 | 110000 | 1100100 | 110100 |
Color Harmonies of #FFCC09
Complementary color
Monochromatic Colors of #FFCC09
Black with #FFCC09
Text Example
Text Example
White with #FFCC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC09; }
p { color: rgb(255,204,9); }
H1.HeaderClassName
{
color: #FFCC09;
}
.AnyTagClassName
{
color: #FFCC09;
}
</style>
background-color css
<style>
a { background-color: #FFCC09; }
a { background-color: rgb(255,204,9); }
div.DivClassName
{
background-color: #FFCC09;
}
.BgClassName
{
background-color: #FFCC09;
}
</style>
border-color css
<style>
span { border-color: #FFCC09; }
span { border-color: rgb(255,204,9); }
td.TdClassName
{
border-color: #FFCC09;
}
.TagClassName
{
border-color: #FFCC09;
}
</style>