Shades of Turbo #FFCD19
Tints of Turbo #FFCD19
RGB
CMYK
RGB Variations
Color information
#FFCD19 (or 0xFFCD19) is known color: Turbo. HEX triplet: FF, CD and 19. RGB value is (255,205,25). Sum of RGB (Red+Green+Blue) = 255+205+25=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 25 (10.16% from 255 or 5.15% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD19 is #0032E6. Grayscale: #C8C8C8. Windows color (decimal): -13031 or 1691135. OLE color: 1691135.
HSL color Cylindrical-coordinate representation of color #FFCD19: hue angle of 46.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFCD19 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 25 | - |
| CMYK | 0 | 0.20 | 0.90 | 0 |
| HSL | 46.96º | 1% | 0.55% | - |
| HSV(B) | 46.96º | 0.9% | 1% | - |
| XYZ | 63.25 | 64.99 | 10.13 | - |
| YUV | 199.43 | 29.57 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 25 | 0 | 0.20 | 0.90 | 0 | 46.96 | 1 | 0.55 |
| Hex | FF | CD | 19 | 0 | 14 | 5A | 0 | 2F | 64 | 37 |
| Octal | 377 | 315 | 31 | 0 | 24 | 132 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001101 | 11001 | 0 | 10100 | 1011010 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCD19
Complementary color
Monochromatic Colors of #FFCD19
Black with #FFCD19
Text Example
Text Example
White with #FFCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD19; }
p { color: rgb(255,205,25); }
H1.HeaderClassName
{
color: #FFCD19;
}
.AnyTagClassName
{
color: #FFCD19;
}
</style>
background-color css
<style>
a { background-color: #FFCD19; }
a { background-color: rgb(255,205,25); }
div.DivClassName
{
background-color: #FFCD19;
}
.BgClassName
{
background-color: #FFCD19;
}
</style>
border-color css
<style>
span { border-color: #FFCD19; }
span { border-color: rgb(255,205,25); }
td.TdClassName
{
border-color: #FFCD19;
}
.TagClassName
{
border-color: #FFCD19;
}
</style>