Shades of Turbo #FFCA1D
Tints of Turbo #FFCA1D
RGB
CMYK
RGB Variations
Color information
#FFCA1D (or 0xFFCA1D) is known color: Turbo. HEX triplet: FF, CA and 1D. RGB value is (255,202,29). Sum of RGB (Red+Green+Blue) = 255+202+29=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA1D is #0035E2. Grayscale: #C6C6C6. Windows color (decimal): -13795 or 1952511. OLE color: 1952511.
HSL color Cylindrical-coordinate representation of color #FFCA1D: hue angle of 45.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFCA1D is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 29 | - |
| CMYK | 0 | 0.21 | 0.89 | 0 |
| HSL | 45.93º | 1% | 0.56% | - |
| HSV(B) | 45.93º | 0.89% | 1% | - |
| XYZ | 62.58 | 63.59 | 10.14 | - |
| YUV | 198.13 | 32.56 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 29 | 0 | 0.21 | 0.89 | 0 | 45.93 | 1 | 0.56 |
| Hex | FF | CA | 1D | 0 | 15 | 59 | 0 | 2E | 64 | 38 |
| Octal | 377 | 312 | 35 | 0 | 25 | 131 | 0 | 56 | 144 | 70 |
| Binary | 11111111 | 11001010 | 11101 | 0 | 10101 | 1011001 | 0 | 101110 | 1100100 | 111000 |
Color Harmonies of #FFCA1D
Complementary color
Monochromatic Colors of #FFCA1D
Black with #FFCA1D
Text Example
Text Example
White with #FFCA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA1D; }
p { color: rgb(255,202,29); }
H1.HeaderClassName
{
color: #FFCA1D;
}
.AnyTagClassName
{
color: #FFCA1D;
}
</style>
background-color css
<style>
a { background-color: #FFCA1D; }
a { background-color: rgb(255,202,29); }
div.DivClassName
{
background-color: #FFCA1D;
}
.BgClassName
{
background-color: #FFCA1D;
}
</style>
border-color css
<style>
span { border-color: #FFCA1D; }
span { border-color: rgb(255,202,29); }
td.TdClassName
{
border-color: #FFCA1D;
}
.TagClassName
{
border-color: #FFCA1D;
}
</style>