Shades of Turbo #FFCD23
Tints of Turbo #FFCD23
RGB
CMYK
RGB Variations
Color information
#FFCD23 (or 0xFFCD23) is known color: Turbo. HEX triplet: FF, CD and 23. RGB value is (255,205,35). Sum of RGB (Red+Green+Blue) = 255+205+35=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD23 is #0032DC. Grayscale: #C9C9C9. Windows color (decimal): -13021 or 2346495. OLE color: 2346495.
HSL color Cylindrical-coordinate representation of color #FFCD23: hue angle of 46.36º 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 #FFCD23 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 35 | - |
| CMYK | 0 | 0.20 | 0.86 | 0 |
| HSL | 46.36º | 1% | 0.57% | - |
| HSV(B) | 46.36º | 0.86% | 1% | - |
| XYZ | 63.37 | 65.04 | 10.8 | - |
| YUV | 200.57 | 34.57 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 35 | 0 | 0.20 | 0.86 | 0 | 46.36 | 1 | 0.57 |
| Hex | FF | CD | 23 | 0 | 14 | 56 | 0 | 2E | 64 | 39 |
| Octal | 377 | 315 | 43 | 0 | 24 | 126 | 0 | 56 | 144 | 71 |
| Binary | 11111111 | 11001101 | 100011 | 0 | 10100 | 1010110 | 0 | 101110 | 1100100 | 111001 |
Color Harmonies of #FFCD23
Complementary color
Monochromatic Colors of #FFCD23
Black with #FFCD23
Text Example
Text Example
White with #FFCD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD23; }
p { color: rgb(255,205,35); }
H1.HeaderClassName
{
color: #FFCD23;
}
.AnyTagClassName
{
color: #FFCD23;
}
</style>
background-color css
<style>
a { background-color: #FFCD23; }
a { background-color: rgb(255,205,35); }
div.DivClassName
{
background-color: #FFCD23;
}
.BgClassName
{
background-color: #FFCD23;
}
</style>
border-color css
<style>
span { border-color: #FFCD23; }
span { border-color: rgb(255,205,35); }
td.TdClassName
{
border-color: #FFCD23;
}
.TagClassName
{
border-color: #FFCD23;
}
</style>