Shades of Turbo #FFCD13
Tints of Turbo #FFCD13
RGB
CMYK
RGB Variations
Color information
#FFCD13 (or 0xFFCD13) is known color: Turbo. HEX triplet: FF, CD and 13. RGB value is (255,205,19). Sum of RGB (Red+Green+Blue) = 255+205+19=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 19 (7.81% from 255 or 3.97% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD13 is #0032EC. Grayscale: #C7C7C7. Windows color (decimal): -13037 or 1297919. OLE color: 1297919.
HSL color Cylindrical-coordinate representation of color #FFCD13: hue angle of 47.29º 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 #FFCD13 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 19 | - |
| CMYK | 0 | 0.20 | 0.93 | 0 |
| HSL | 47.29º | 1% | 0.54% | - |
| HSV(B) | 47.29º | 0.93% | 1% | - |
| XYZ | 63.19 | 64.97 | 9.83 | - |
| YUV | 198.75 | 26.57 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 19 | 0 | 0.20 | 0.93 | 0 | 47.29 | 1 | 0.54 |
| Hex | FF | CD | 13 | 0 | 14 | 5D | 0 | 2F | 64 | 36 |
| Octal | 377 | 315 | 23 | 0 | 24 | 135 | 0 | 57 | 144 | 66 |
| Binary | 11111111 | 11001101 | 10011 | 0 | 10100 | 1011101 | 0 | 101111 | 1100100 | 110110 |
Color Harmonies of #FFCD13
Complementary color
Monochromatic Colors of #FFCD13
Black with #FFCD13
Text Example
Text Example
White with #FFCD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD13; }
p { color: rgb(255,205,19); }
H1.HeaderClassName
{
color: #FFCD13;
}
.AnyTagClassName
{
color: #FFCD13;
}
</style>
background-color css
<style>
a { background-color: #FFCD13; }
a { background-color: rgb(255,205,19); }
div.DivClassName
{
background-color: #FFCD13;
}
.BgClassName
{
background-color: #FFCD13;
}
</style>
border-color css
<style>
span { border-color: #FFCD13; }
span { border-color: rgb(255,205,19); }
td.TdClassName
{
border-color: #FFCD13;
}
.TagClassName
{
border-color: #FFCD13;
}
</style>