Shades of Turbo #FFCA23
Tints of Turbo #FFCA23
RGB
CMYK
RGB Variations
Color information
#FFCA23 (or 0xFFCA23) is known color: Turbo. HEX triplet: FF, CA and 23. RGB value is (255,202,35). Sum of RGB (Red+Green+Blue) = 255+202+35=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 35 (14.06% from 255 or 7.11% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA23 is #0035DC. Grayscale: #C7C7C7. Windows color (decimal): -13789 or 2345727. OLE color: 2345727.
HSL color Cylindrical-coordinate representation of color #FFCA23: hue angle of 45.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFCA23 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 35 | - |
| CMYK | 0 | 0.21 | 0.86 | 0 |
| HSL | 45.55º | 1% | 0.57% | - |
| HSV(B) | 45.55º | 0.86% | 1% | - |
| XYZ | 62.66 | 63.62 | 10.57 | - |
| YUV | 198.81 | 35.56 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 35 | 0 | 0.21 | 0.86 | 0 | 45.55 | 1 | 0.57 |
| Hex | FF | CA | 23 | 0 | 15 | 56 | 0 | 2E | 64 | 39 |
| Octal | 377 | 312 | 43 | 0 | 25 | 126 | 0 | 56 | 144 | 71 |
| Binary | 11111111 | 11001010 | 100011 | 0 | 10101 | 1010110 | 0 | 101110 | 1100100 | 111001 |
Color Harmonies of #FFCA23
Complementary color
Monochromatic Colors of #FFCA23
Black with #FFCA23
Text Example
Text Example
White with #FFCA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA23; }
p { color: rgb(255,202,35); }
H1.HeaderClassName
{
color: #FFCA23;
}
.AnyTagClassName
{
color: #FFCA23;
}
</style>
background-color css
<style>
a { background-color: #FFCA23; }
a { background-color: rgb(255,202,35); }
div.DivClassName
{
background-color: #FFCA23;
}
.BgClassName
{
background-color: #FFCA23;
}
</style>
border-color css
<style>
span { border-color: #FFCA23; }
span { border-color: rgb(255,202,35); }
td.TdClassName
{
border-color: #FFCA23;
}
.TagClassName
{
border-color: #FFCA23;
}
</style>