Shades of Turbo #FFCD25
Tints of Turbo #FFCD25
RGB
CMYK
RGB Variations
Color information
#FFCD25 (or 0xFFCD25) is known color: Turbo. HEX triplet: FF, CD and 25. RGB value is (255,205,37). Sum of RGB (Red+Green+Blue) = 255+205+37=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 37 (14.84% from 255 or 7.44% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD25 is #0032DA. Grayscale: #C9C9C9. Windows color (decimal): -13019 or 2477567. OLE color: 2477567.
HSL color Cylindrical-coordinate representation of color #FFCD25: hue angle of 46.24º 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 #FFCD25 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 37 | - |
| CMYK | 0 | 0.20 | 0.85 | 0 |
| HSL | 46.24º | 1% | 0.57% | - |
| HSV(B) | 46.24º | 0.85% | 1% | - |
| XYZ | 63.41 | 65.06 | 10.97 | - |
| YUV | 200.8 | 35.57 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 37 | 0 | 0.20 | 0.85 | 0 | 46.24 | 1 | 0.57 |
| Hex | FF | CD | 25 | 0 | 14 | 55 | 0 | 2E | 64 | 39 |
| Octal | 377 | 315 | 45 | 0 | 24 | 125 | 0 | 56 | 144 | 71 |
| Binary | 11111111 | 11001101 | 100101 | 0 | 10100 | 1010101 | 0 | 101110 | 1100100 | 111001 |
Color Harmonies of #FFCD25
Complementary color
Monochromatic Colors of #FFCD25
Black with #FFCD25
Text Example
Text Example
White with #FFCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD25; }
p { color: rgb(255,205,37); }
H1.HeaderClassName
{
color: #FFCD25;
}
.AnyTagClassName
{
color: #FFCD25;
}
</style>
background-color css
<style>
a { background-color: #FFCD25; }
a { background-color: rgb(255,205,37); }
div.DivClassName
{
background-color: #FFCD25;
}
.BgClassName
{
background-color: #FFCD25;
}
</style>
border-color css
<style>
span { border-color: #FFCD25; }
span { border-color: rgb(255,205,37); }
td.TdClassName
{
border-color: #FFCD25;
}
.TagClassName
{
border-color: #FFCD25;
}
</style>