Shades of Turbo #FFCA17
Tints of Turbo #FFCA17
RGB
CMYK
RGB Variations
Color information
#FFCA17 (or 0xFFCA17) is known color: Turbo. HEX triplet: FF, CA and 17. RGB value is (255,202,23). Sum of RGB (Red+Green+Blue) = 255+202+23=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 23 (9.38% from 255 or 4.79% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA17 is #0035E8. Grayscale: #C6C6C6. Windows color (decimal): -13801 or 1559295. OLE color: 1559295.
HSL color Cylindrical-coordinate representation of color #FFCA17: hue angle of 46.29º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFCA17 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 23 | - |
| CMYK | 0 | 0.21 | 0.91 | 0 |
| HSL | 46.29º | 1% | 0.55% | - |
| HSV(B) | 46.29º | 0.91% | 1% | - |
| XYZ | 62.52 | 63.56 | 9.78 | - |
| YUV | 197.44 | 29.56 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 23 | 0 | 0.21 | 0.91 | 0 | 46.29 | 1 | 0.55 |
| Hex | FF | CA | 17 | 0 | 15 | 5B | 0 | 2E | 64 | 37 |
| Octal | 377 | 312 | 27 | 0 | 25 | 133 | 0 | 56 | 144 | 67 |
| Binary | 11111111 | 11001010 | 10111 | 0 | 10101 | 1011011 | 0 | 101110 | 1100100 | 110111 |
Color Harmonies of #FFCA17
Complementary color
Monochromatic Colors of #FFCA17
Black with #FFCA17
Text Example
Text Example
White with #FFCA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA17; }
p { color: rgb(255,202,23); }
H1.HeaderClassName
{
color: #FFCA17;
}
.AnyTagClassName
{
color: #FFCA17;
}
</style>
background-color css
<style>
a { background-color: #FFCA17; }
a { background-color: rgb(255,202,23); }
div.DivClassName
{
background-color: #FFCA17;
}
.BgClassName
{
background-color: #FFCA17;
}
</style>
border-color css
<style>
span { border-color: #FFCA17; }
span { border-color: rgb(255,202,23); }
td.TdClassName
{
border-color: #FFCA17;
}
.TagClassName
{
border-color: #FFCA17;
}
</style>