Shades of Turbo #FFCD26
Tints of Turbo #FFCD26
RGB
CMYK
RGB Variations
Color information
#FFCD26 (or 0xFFCD26) is known color: Turbo. HEX triplet: FF, CD and 26. RGB value is (255,205,38). Sum of RGB (Red+Green+Blue) = 255+205+38=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD26 is #0032D9. Grayscale: #C9C9C9. Windows color (decimal): -13018 or 2543103. OLE color: 2543103.
HSL color Cylindrical-coordinate representation of color #FFCD26: hue angle of 46.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFCD26 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 38 | - |
| CMYK | 0 | 0.20 | 0.85 | 0 |
| HSL | 46.18º | 1% | 0.57% | - |
| HSV(B) | 46.18º | 0.85% | 1% | - |
| XYZ | 63.42 | 65.06 | 11.05 | - |
| YUV | 200.91 | 36.07 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 38 | 0 | 0.20 | 0.85 | 0 | 46.18 | 1 | 0.57 |
| Hex | FF | CD | 26 | 0 | 14 | 55 | 0 | 2E | 64 | 39 |
| Octal | 377 | 315 | 46 | 0 | 24 | 125 | 0 | 56 | 144 | 71 |
| Binary | 11111111 | 11001101 | 100110 | 0 | 10100 | 1010101 | 0 | 101110 | 1100100 | 111001 |
Color Harmonies of #FFCD26
Complementary color
Monochromatic Colors of #FFCD26
Black with #FFCD26
Text Example
Text Example
White with #FFCD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD26; }
p { color: rgb(255,205,38); }
H1.HeaderClassName
{
color: #FFCD26;
}
.AnyTagClassName
{
color: #FFCD26;
}
</style>
background-color css
<style>
a { background-color: #FFCD26; }
a { background-color: rgb(255,205,38); }
div.DivClassName
{
background-color: #FFCD26;
}
.BgClassName
{
background-color: #FFCD26;
}
</style>
border-color css
<style>
span { border-color: #FFCD26; }
span { border-color: rgb(255,205,38); }
td.TdClassName
{
border-color: #FFCD26;
}
.TagClassName
{
border-color: #FFCD26;
}
</style>