Shades of Turbo #FFCA19
Tints of Turbo #FFCA19
RGB
CMYK
RGB Variations
Color information
#FFCA19 (or 0xFFCA19) is known color: Turbo. HEX triplet: FF, CA and 19. RGB value is (255,202,25). Sum of RGB (Red+Green+Blue) = 255+202+25=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA19 is #0035E6. Grayscale: #C6C6C6. Windows color (decimal): -13799 or 1690367. OLE color: 1690367.
HSL color Cylindrical-coordinate representation of color #FFCA19: hue angle of 46.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFCA19 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 25 | - |
| CMYK | 0 | 0.21 | 0.90 | 0 |
| HSL | 46.17º | 1% | 0.55% | - |
| HSV(B) | 46.17º | 0.9% | 1% | - |
| XYZ | 62.54 | 63.57 | 9.89 | - |
| YUV | 197.67 | 30.56 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 25 | 0 | 0.21 | 0.90 | 0 | 46.17 | 1 | 0.55 |
| Hex | FF | CA | 19 | 0 | 15 | 5A | 0 | 2E | 64 | 37 |
| Octal | 377 | 312 | 31 | 0 | 25 | 132 | 0 | 56 | 144 | 67 |
| Binary | 11111111 | 11001010 | 11001 | 0 | 10101 | 1011010 | 0 | 101110 | 1100100 | 110111 |
Color Harmonies of #FFCA19
Complementary color
Monochromatic Colors of #FFCA19
Black with #FFCA19
Text Example
Text Example
White with #FFCA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA19; }
p { color: rgb(255,202,25); }
H1.HeaderClassName
{
color: #FFCA19;
}
.AnyTagClassName
{
color: #FFCA19;
}
</style>
background-color css
<style>
a { background-color: #FFCA19; }
a { background-color: rgb(255,202,25); }
div.DivClassName
{
background-color: #FFCA19;
}
.BgClassName
{
background-color: #FFCA19;
}
</style>
border-color css
<style>
span { border-color: #FFCA19; }
span { border-color: rgb(255,202,25); }
td.TdClassName
{
border-color: #FFCA19;
}
.TagClassName
{
border-color: #FFCA19;
}
</style>