Shades of Turbo #FFCA13
Tints of Turbo #FFCA13
RGB
CMYK
RGB Variations
Color information
#FFCA13 (or 0xFFCA13) is known color: Turbo. HEX triplet: FF, CA and 13. RGB value is (255,202,19). Sum of RGB (Red+Green+Blue) = 255+202+19=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA13 is #0035EC. Grayscale: #C5C5C5. Windows color (decimal): -13805 or 1297151. OLE color: 1297151.
HSL color Cylindrical-coordinate representation of color #FFCA13: hue angle of 46.53º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFCA13 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 19 | - |
| CMYK | 0 | 0.21 | 0.93 | 0 |
| HSL | 46.53º | 1% | 0.54% | - |
| HSV(B) | 46.53º | 0.93% | 1% | - |
| XYZ | 62.48 | 63.55 | 9.59 | - |
| YUV | 196.99 | 27.56 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 19 | 0 | 0.21 | 0.93 | 0 | 46.53 | 1 | 0.54 |
| Hex | FF | CA | 13 | 0 | 15 | 5D | 0 | 2F | 64 | 36 |
| Octal | 377 | 312 | 23 | 0 | 25 | 135 | 0 | 57 | 144 | 66 |
| Binary | 11111111 | 11001010 | 10011 | 0 | 10101 | 1011101 | 0 | 101111 | 1100100 | 110110 |
Color Harmonies of #FFCA13
Complementary color
Monochromatic Colors of #FFCA13
Black with #FFCA13
Text Example
Text Example
White with #FFCA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA13; }
p { color: rgb(255,202,19); }
H1.HeaderClassName
{
color: #FFCA13;
}
.AnyTagClassName
{
color: #FFCA13;
}
</style>
background-color css
<style>
a { background-color: #FFCA13; }
a { background-color: rgb(255,202,19); }
div.DivClassName
{
background-color: #FFCA13;
}
.BgClassName
{
background-color: #FFCA13;
}
</style>
border-color css
<style>
span { border-color: #FFCA13; }
span { border-color: rgb(255,202,19); }
td.TdClassName
{
border-color: #FFCA13;
}
.TagClassName
{
border-color: #FFCA13;
}
</style>