Shades of Turbo #FFCD22
Tints of Turbo #FFCD22
RGB
CMYK
RGB Variations
Color information
#FFCD22 (or 0xFFCD22) is known color: Turbo. HEX triplet: FF, CD and 22. RGB value is (255,205,34). Sum of RGB (Red+Green+Blue) = 255+205+34=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 34 (13.67% from 255 or 6.88% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD22 is #0032DD. Grayscale: #C9C9C9. Windows color (decimal): -13022 or 2280959. OLE color: 2280959.
HSL color Cylindrical-coordinate representation of color #FFCD22: hue angle of 46.43º 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 #FFCD22 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 34 | - |
| CMYK | 0 | 0.20 | 0.87 | 0 |
| HSL | 46.43º | 1% | 0.57% | - |
| HSV(B) | 46.43º | 0.87% | 1% | - |
| XYZ | 63.36 | 65.04 | 10.73 | - |
| YUV | 200.46 | 34.07 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 34 | 0 | 0.20 | 0.87 | 0 | 46.43 | 1 | 0.57 |
| Hex | FF | CD | 22 | 0 | 14 | 57 | 0 | 2E | 64 | 39 |
| Octal | 377 | 315 | 42 | 0 | 24 | 127 | 0 | 56 | 144 | 71 |
| Binary | 11111111 | 11001101 | 100010 | 0 | 10100 | 1010111 | 0 | 101110 | 1100100 | 111001 |
Color Harmonies of #FFCD22
Complementary color
Monochromatic Colors of #FFCD22
Black with #FFCD22
Text Example
Text Example
White with #FFCD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD22; }
p { color: rgb(255,205,34); }
H1.HeaderClassName
{
color: #FFCD22;
}
.AnyTagClassName
{
color: #FFCD22;
}
</style>
background-color css
<style>
a { background-color: #FFCD22; }
a { background-color: rgb(255,205,34); }
div.DivClassName
{
background-color: #FFCD22;
}
.BgClassName
{
background-color: #FFCD22;
}
</style>
border-color css
<style>
span { border-color: #FFCD22; }
span { border-color: rgb(255,205,34); }
td.TdClassName
{
border-color: #FFCD22;
}
.TagClassName
{
border-color: #FFCD22;
}
</style>