Shades of Turbo #FFCD16
Tints of Turbo #FFCD16
RGB
CMYK
RGB Variations
Color information
#FFCD16 (or 0xFFCD16) is known color: Turbo. HEX triplet: FF, CD and 16. RGB value is (255,205,22). Sum of RGB (Red+Green+Blue) = 255+205+22=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 22 (8.98% from 255 or 4.56% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD16 is #0032E9. Grayscale: #C7C7C7. Windows color (decimal): -13034 or 1494527. OLE color: 1494527.
HSL color Cylindrical-coordinate representation of color #FFCD16: hue angle of 47.12º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFCD16 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 22 | - |
| CMYK | 0 | 0.20 | 0.91 | 0 |
| HSL | 47.12º | 1% | 0.54% | - |
| HSV(B) | 47.12º | 0.91% | 1% | - |
| XYZ | 63.22 | 64.98 | 9.97 | - |
| YUV | 199.09 | 28.07 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 22 | 0 | 0.20 | 0.91 | 0 | 47.12 | 1 | 0.54 |
| Hex | FF | CD | 16 | 0 | 14 | 5B | 0 | 2F | 64 | 36 |
| Octal | 377 | 315 | 26 | 0 | 24 | 133 | 0 | 57 | 144 | 66 |
| Binary | 11111111 | 11001101 | 10110 | 0 | 10100 | 1011011 | 0 | 101111 | 1100100 | 110110 |
Color Harmonies of #FFCD16
Complementary color
Monochromatic Colors of #FFCD16
Black with #FFCD16
Text Example
Text Example
White with #FFCD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD16; }
p { color: rgb(255,205,22); }
H1.HeaderClassName
{
color: #FFCD16;
}
.AnyTagClassName
{
color: #FFCD16;
}
</style>
background-color css
<style>
a { background-color: #FFCD16; }
a { background-color: rgb(255,205,22); }
div.DivClassName
{
background-color: #FFCD16;
}
.BgClassName
{
background-color: #FFCD16;
}
</style>
border-color css
<style>
span { border-color: #FFCD16; }
span { border-color: rgb(255,205,22); }
td.TdClassName
{
border-color: #FFCD16;
}
.TagClassName
{
border-color: #FFCD16;
}
</style>