Shades of Turbo #FFCC15
Tints of Turbo #FFCC15
RGB
CMYK
RGB Variations
Color information
#FFCC15 (or 0xFFCC15) is known color: Turbo. HEX triplet: FF, CC and 15. RGB value is (255,204,21). Sum of RGB (Red+Green+Blue) = 255+204+21=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 21 (8.59% from 255 or 4.38% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC15 is #0033EA. Grayscale: #C7C7C7. Windows color (decimal): -13291 or 1428735. OLE color: 1428735.
HSL color Cylindrical-coordinate representation of color #FFCC15: hue angle of 46.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFCC15 is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 21 | - |
| CMYK | 0 | 0.2 | 0.92 | 0 |
| HSL | 46.92º | 1% | 0.54% | - |
| HSV(B) | 46.92º | 0.92% | 1% | - |
| XYZ | 62.97 | 64.5 | 9.84 | - |
| YUV | 198.39 | 27.9 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 21 | 0 | 0.2 | 0.92 | 0 | 46.92 | 1 | 0.54 |
| Hex | FF | CC | 15 | 0 | 14 | 5C | 0 | 2F | 64 | 36 |
| Octal | 377 | 314 | 25 | 0 | 24 | 134 | 0 | 57 | 144 | 66 |
| Binary | 11111111 | 11001100 | 10101 | 0 | 10100 | 1011100 | 0 | 101111 | 1100100 | 110110 |
Color Harmonies of #FFCC15
Complementary color
Monochromatic Colors of #FFCC15
Black with #FFCC15
Text Example
Text Example
White with #FFCC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC15; }
p { color: rgb(255,204,21); }
H1.HeaderClassName
{
color: #FFCC15;
}
.AnyTagClassName
{
color: #FFCC15;
}
</style>
background-color css
<style>
a { background-color: #FFCC15; }
a { background-color: rgb(255,204,21); }
div.DivClassName
{
background-color: #FFCC15;
}
.BgClassName
{
background-color: #FFCC15;
}
</style>
border-color css
<style>
span { border-color: #FFCC15; }
span { border-color: rgb(255,204,21); }
td.TdClassName
{
border-color: #FFCC15;
}
.TagClassName
{
border-color: #FFCC15;
}
</style>