Shades of Turbo #FFCA14
Tints of Turbo #FFCA14
RGB
CMYK
RGB Variations
Color information
#FFCA14 (or 0xFFCA14) is known color: Turbo. HEX triplet: FF, CA and 14. RGB value is (255,202,20). Sum of RGB (Red+Green+Blue) = 255+202+20=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA14 is #0035EB. Grayscale: #C5C5C5. Windows color (decimal): -13804 or 1362687. OLE color: 1362687.
HSL color Cylindrical-coordinate representation of color #FFCA14: hue angle of 46.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFCA14 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 20 | - |
| CMYK | 0 | 0.21 | 0.92 | 0 |
| HSL | 46.47º | 1% | 0.54% | - |
| HSV(B) | 46.47º | 0.92% | 1% | - |
| XYZ | 62.49 | 63.55 | 9.64 | - |
| YUV | 197.1 | 28.06 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 20 | 0 | 0.21 | 0.92 | 0 | 46.47 | 1 | 0.54 |
| Hex | FF | CA | 14 | 0 | 15 | 5C | 0 | 2E | 64 | 36 |
| Octal | 377 | 312 | 24 | 0 | 25 | 134 | 0 | 56 | 144 | 66 |
| Binary | 11111111 | 11001010 | 10100 | 0 | 10101 | 1011100 | 0 | 101110 | 1100100 | 110110 |
Color Harmonies of #FFCA14
Complementary color
Monochromatic Colors of #FFCA14
Black with #FFCA14
Text Example
Text Example
White with #FFCA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA14; }
p { color: rgb(255,202,20); }
H1.HeaderClassName
{
color: #FFCA14;
}
.AnyTagClassName
{
color: #FFCA14;
}
</style>
background-color css
<style>
a { background-color: #FFCA14; }
a { background-color: rgb(255,202,20); }
div.DivClassName
{
background-color: #FFCA14;
}
.BgClassName
{
background-color: #FFCA14;
}
</style>
border-color css
<style>
span { border-color: #FFCA14; }
span { border-color: rgb(255,202,20); }
td.TdClassName
{
border-color: #FFCA14;
}
.TagClassName
{
border-color: #FFCA14;
}
</style>