Shades of Turbo #FFCC14
Tints of Turbo #FFCC14
RGB
CMYK
RGB Variations
Color information
#FFCC14 (or 0xFFCC14) is known color: Turbo. HEX triplet: FF, CC and 14. RGB value is (255,204,20). Sum of RGB (Red+Green+Blue) = 255+204+20=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC14 is #0033EB. Grayscale: #C7C7C7. Windows color (decimal): -13292 or 1363199. OLE color: 1363199.
HSL color Cylindrical-coordinate representation of color #FFCC14: hue angle of 46.98º 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 #FFCC14 is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 20 | - |
| CMYK | 0 | 0.2 | 0.92 | 0 |
| HSL | 46.98º | 1% | 0.54% | - |
| HSV(B) | 46.98º | 0.92% | 1% | - |
| XYZ | 62.96 | 64.5 | 9.79 | - |
| YUV | 198.27 | 27.4 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 20 | 0 | 0.2 | 0.92 | 0 | 46.98 | 1 | 0.54 |
| Hex | FF | CC | 14 | 0 | 14 | 5C | 0 | 2F | 64 | 36 |
| Octal | 377 | 314 | 24 | 0 | 24 | 134 | 0 | 57 | 144 | 66 |
| Binary | 11111111 | 11001100 | 10100 | 0 | 10100 | 1011100 | 0 | 101111 | 1100100 | 110110 |
Color Harmonies of #FFCC14
Complementary color
Monochromatic Colors of #FFCC14
Black with #FFCC14
Text Example
Text Example
White with #FFCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC14; }
p { color: rgb(255,204,20); }
H1.HeaderClassName
{
color: #FFCC14;
}
.AnyTagClassName
{
color: #FFCC14;
}
</style>
background-color css
<style>
a { background-color: #FFCC14; }
a { background-color: rgb(255,204,20); }
div.DivClassName
{
background-color: #FFCC14;
}
.BgClassName
{
background-color: #FFCC14;
}
</style>
border-color css
<style>
span { border-color: #FFCC14; }
span { border-color: rgb(255,204,20); }
td.TdClassName
{
border-color: #FFCC14;
}
.TagClassName
{
border-color: #FFCC14;
}
</style>