Shades of Turbo #FFCA21
Tints of Turbo #FFCA21
RGB
CMYK
RGB Variations
Color information
#FFCA21 (or 0xFFCA21) is known color: Turbo. HEX triplet: FF, CA and 21. RGB value is (255,202,33). Sum of RGB (Red+Green+Blue) = 255+202+33=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA21 is #0035DE. Grayscale: #C7C7C7. Windows color (decimal): -13791 or 2214655. OLE color: 2214655.
HSL color Cylindrical-coordinate representation of color #FFCA21: hue angle of 45.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFCA21 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 33 | - |
| CMYK | 0 | 0.21 | 0.87 | 0 |
| HSL | 45.68º | 1% | 0.56% | - |
| HSV(B) | 45.68º | 0.87% | 1% | - |
| XYZ | 62.64 | 63.61 | 10.42 | - |
| YUV | 198.58 | 34.56 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 33 | 0 | 0.21 | 0.87 | 0 | 45.68 | 1 | 0.56 |
| Hex | FF | CA | 21 | 0 | 15 | 57 | 0 | 2E | 64 | 38 |
| Octal | 377 | 312 | 41 | 0 | 25 | 127 | 0 | 56 | 144 | 70 |
| Binary | 11111111 | 11001010 | 100001 | 0 | 10101 | 1010111 | 0 | 101110 | 1100100 | 111000 |
Color Harmonies of #FFCA21
Complementary color
Monochromatic Colors of #FFCA21
Black with #FFCA21
Text Example
Text Example
White with #FFCA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA21; }
p { color: rgb(255,202,33); }
H1.HeaderClassName
{
color: #FFCA21;
}
.AnyTagClassName
{
color: #FFCA21;
}
</style>
background-color css
<style>
a { background-color: #FFCA21; }
a { background-color: rgb(255,202,33); }
div.DivClassName
{
background-color: #FFCA21;
}
.BgClassName
{
background-color: #FFCA21;
}
</style>
border-color css
<style>
span { border-color: #FFCA21; }
span { border-color: rgb(255,202,33); }
td.TdClassName
{
border-color: #FFCA21;
}
.TagClassName
{
border-color: #FFCA21;
}
</style>