Shades of Turbo #FFCC22
Tints of Turbo #FFCC22
RGB
CMYK
RGB Variations
Color information
#FFCC22 (or 0xFFCC22) is known color: Turbo. HEX triplet: FF, CC and 22. RGB value is (255,204,34). Sum of RGB (Red+Green+Blue) = 255+204+34=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 34 (13.67% from 255 or 6.90% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC22 is #0033DD. Grayscale: #C8C8C8. Windows color (decimal): -13278 or 2280703. OLE color: 2280703.
HSL color Cylindrical-coordinate representation of color #FFCC22: hue angle of 46.15º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFCC22 is Cyan = 0, Magento = 0.2, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 34 | - |
| CMYK | 0 | 0.2 | 0.87 | 0 |
| HSL | 46.15º | 1% | 0.57% | - |
| HSV(B) | 46.15º | 0.87% | 1% | - |
| XYZ | 63.12 | 64.56 | 10.65 | - |
| YUV | 199.87 | 34.4 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 34 | 0 | 0.2 | 0.87 | 0 | 46.15 | 1 | 0.57 |
| Hex | FF | CC | 22 | 0 | 14 | 57 | 0 | 2E | 64 | 39 |
| Octal | 377 | 314 | 42 | 0 | 24 | 127 | 0 | 56 | 144 | 71 |
| Binary | 11111111 | 11001100 | 100010 | 0 | 10100 | 1010111 | 0 | 101110 | 1100100 | 111001 |
Color Harmonies of #FFCC22
Complementary color
Monochromatic Colors of #FFCC22
Black with #FFCC22
Text Example
Text Example
White with #FFCC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC22; }
p { color: rgb(255,204,34); }
H1.HeaderClassName
{
color: #FFCC22;
}
.AnyTagClassName
{
color: #FFCC22;
}
</style>
background-color css
<style>
a { background-color: #FFCC22; }
a { background-color: rgb(255,204,34); }
div.DivClassName
{
background-color: #FFCC22;
}
.BgClassName
{
background-color: #FFCC22;
}
</style>
border-color css
<style>
span { border-color: #FFCC22; }
span { border-color: rgb(255,204,34); }
td.TdClassName
{
border-color: #FFCC22;
}
.TagClassName
{
border-color: #FFCC22;
}
</style>