Shades of Turbo #FFCA16
Tints of Turbo #FFCA16
RGB
CMYK
RGB Variations
Color information
#FFCA16 (or 0xFFCA16) is known color: Turbo. HEX triplet: FF, CA and 16. RGB value is (255,202,22). Sum of RGB (Red+Green+Blue) = 255+202+22=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 22 (8.98% from 255 or 4.59% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA16 is #0035E9. Grayscale: #C6C6C6. Windows color (decimal): -13802 or 1493759. OLE color: 1493759.
HSL color Cylindrical-coordinate representation of color #FFCA16: hue angle of 46.35º 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 #FFCA16 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0 |
| HSL | 46.35º | 1% | 0.54% | - |
| HSV(B) | 46.35º | 0.91% | 1% | - |
| XYZ | 62.51 | 63.56 | 9.73 | - |
| YUV | 197.33 | 29.06 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 22 | 0 | 0.21 | 0.91 | 0 | 46.35 | 1 | 0.54 |
| Hex | FF | CA | 16 | 0 | 15 | 5B | 0 | 2E | 64 | 36 |
| Octal | 377 | 312 | 26 | 0 | 25 | 133 | 0 | 56 | 144 | 66 |
| Binary | 11111111 | 11001010 | 10110 | 0 | 10101 | 1011011 | 0 | 101110 | 1100100 | 110110 |
Color Harmonies of #FFCA16
Complementary color
Monochromatic Colors of #FFCA16
Black with #FFCA16
Text Example
Text Example
White with #FFCA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA16; }
p { color: rgb(255,202,22); }
H1.HeaderClassName
{
color: #FFCA16;
}
.AnyTagClassName
{
color: #FFCA16;
}
</style>
background-color css
<style>
a { background-color: #FFCA16; }
a { background-color: rgb(255,202,22); }
div.DivClassName
{
background-color: #FFCA16;
}
.BgClassName
{
background-color: #FFCA16;
}
</style>
border-color css
<style>
span { border-color: #FFCA16; }
span { border-color: rgb(255,202,22); }
td.TdClassName
{
border-color: #FFCA16;
}
.TagClassName
{
border-color: #FFCA16;
}
</style>