Shades of Turbo #FFCD24
Tints of Turbo #FFCD24
RGB
CMYK
RGB Variations
Color information
#FFCD24 (or 0xFFCD24) is known color: Turbo. HEX triplet: FF, CD and 24. RGB value is (255,205,36). Sum of RGB (Red+Green+Blue) = 255+205+36=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 36 (14.45% from 255 or 7.26% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD24 is #0032DB. Grayscale: #C9C9C9. Windows color (decimal): -13020 or 2412031. OLE color: 2412031.
HSL color Cylindrical-coordinate representation of color #FFCD24: hue angle of 46.3º 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 #FFCD24 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 36 | - |
| CMYK | 0 | 0.20 | 0.86 | 0 |
| HSL | 46.3º | 1% | 0.57% | - |
| HSV(B) | 46.3º | 0.86% | 1% | - |
| XYZ | 63.39 | 65.05 | 10.88 | - |
| YUV | 200.68 | 35.07 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 36 | 0 | 0.20 | 0.86 | 0 | 46.3 | 1 | 0.57 |
| Hex | FF | CD | 24 | 0 | 14 | 56 | 0 | 2E | 64 | 39 |
| Octal | 377 | 315 | 44 | 0 | 24 | 126 | 0 | 56 | 144 | 71 |
| Binary | 11111111 | 11001101 | 100100 | 0 | 10100 | 1010110 | 0 | 101110 | 1100100 | 111001 |
Color Harmonies of #FFCD24
Complementary color
Monochromatic Colors of #FFCD24
Black with #FFCD24
Text Example
Text Example
White with #FFCD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD24; }
p { color: rgb(255,205,36); }
H1.HeaderClassName
{
color: #FFCD24;
}
.AnyTagClassName
{
color: #FFCD24;
}
</style>
background-color css
<style>
a { background-color: #FFCD24; }
a { background-color: rgb(255,205,36); }
div.DivClassName
{
background-color: #FFCD24;
}
.BgClassName
{
background-color: #FFCD24;
}
</style>
border-color css
<style>
span { border-color: #FFCD24; }
span { border-color: rgb(255,205,36); }
td.TdClassName
{
border-color: #FFCD24;
}
.TagClassName
{
border-color: #FFCD24;
}
</style>