Shades of Turbo #FFCD18
Tints of Turbo #FFCD18
RGB
CMYK
RGB Variations
Color information
#FFCD18 (or 0xFFCD18) is known color: Turbo. HEX triplet: FF, CD and 18. RGB value is (255,205,24). Sum of RGB (Red+Green+Blue) = 255+205+24=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 24 (9.77% from 255 or 4.96% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD18 is #0032E7. Grayscale: #C8C8C8. Windows color (decimal): -13032 or 1625599. OLE color: 1625599.
HSL color Cylindrical-coordinate representation of color #FFCD18: hue angle of 47.01º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFCD18 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 24 | - |
| CMYK | 0 | 0.20 | 0.91 | 0 |
| HSL | 47.01º | 1% | 0.55% | - |
| HSV(B) | 47.01º | 0.91% | 1% | - |
| XYZ | 63.24 | 64.99 | 10.08 | - |
| YUV | 199.32 | 29.07 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 24 | 0 | 0.20 | 0.91 | 0 | 47.01 | 1 | 0.55 |
| Hex | FF | CD | 18 | 0 | 14 | 5B | 0 | 2F | 64 | 37 |
| Octal | 377 | 315 | 30 | 0 | 24 | 133 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001101 | 11000 | 0 | 10100 | 1011011 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCD18
Complementary color
Monochromatic Colors of #FFCD18
Black with #FFCD18
Text Example
Text Example
White with #FFCD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD18; }
p { color: rgb(255,205,24); }
H1.HeaderClassName
{
color: #FFCD18;
}
.AnyTagClassName
{
color: #FFCD18;
}
</style>
background-color css
<style>
a { background-color: #FFCD18; }
a { background-color: rgb(255,205,24); }
div.DivClassName
{
background-color: #FFCD18;
}
.BgClassName
{
background-color: #FFCD18;
}
</style>
border-color css
<style>
span { border-color: #FFCD18; }
span { border-color: rgb(255,205,24); }
td.TdClassName
{
border-color: #FFCD18;
}
.TagClassName
{
border-color: #FFCD18;
}
</style>