Shades of Turbo #FFCA18
Tints of Turbo #FFCA18
RGB
CMYK
RGB Variations
Color information
#FFCA18 (or 0xFFCA18) is known color: Turbo. HEX triplet: FF, CA and 18. RGB value is (255,202,24). Sum of RGB (Red+Green+Blue) = 255+202+24=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA18 is #0035E7. Grayscale: #C6C6C6. Windows color (decimal): -13800 or 1624831. OLE color: 1624831.
HSL color Cylindrical-coordinate representation of color #FFCA18: hue angle of 46.23º 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 #FFCA18 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 24 | - |
| CMYK | 0 | 0.21 | 0.91 | 0 |
| HSL | 46.23º | 1% | 0.55% | - |
| HSV(B) | 46.23º | 0.91% | 1% | - |
| XYZ | 62.53 | 63.57 | 9.84 | - |
| YUV | 197.56 | 30.06 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 24 | 0 | 0.21 | 0.91 | 0 | 46.23 | 1 | 0.55 |
| Hex | FF | CA | 18 | 0 | 15 | 5B | 0 | 2E | 64 | 37 |
| Octal | 377 | 312 | 30 | 0 | 25 | 133 | 0 | 56 | 144 | 67 |
| Binary | 11111111 | 11001010 | 11000 | 0 | 10101 | 1011011 | 0 | 101110 | 1100100 | 110111 |
Color Harmonies of #FFCA18
Complementary color
Monochromatic Colors of #FFCA18
Black with #FFCA18
Text Example
Text Example
White with #FFCA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA18; }
p { color: rgb(255,202,24); }
H1.HeaderClassName
{
color: #FFCA18;
}
.AnyTagClassName
{
color: #FFCA18;
}
</style>
background-color css
<style>
a { background-color: #FFCA18; }
a { background-color: rgb(255,202,24); }
div.DivClassName
{
background-color: #FFCA18;
}
.BgClassName
{
background-color: #FFCA18;
}
</style>
border-color css
<style>
span { border-color: #FFCA18; }
span { border-color: rgb(255,202,24); }
td.TdClassName
{
border-color: #FFCA18;
}
.TagClassName
{
border-color: #FFCA18;
}
</style>