Shades of Turbo #FFCD1C
Tints of Turbo #FFCD1C
RGB
CMYK
RGB Variations
Color information
#FFCD1C (or 0xFFCD1C) is known color: Turbo. HEX triplet: FF, CD and 1C. RGB value is (255,205,28). Sum of RGB (Red+Green+Blue) = 255+205+28=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD1C is #0032E3. Grayscale: #C8C8C8. Windows color (decimal): -13028 or 1887743. OLE color: 1887743.
HSL color Cylindrical-coordinate representation of color #FFCD1C: hue angle of 46.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFCD1C is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 28 | - |
| CMYK | 0 | 0.20 | 0.89 | 0 |
| HSL | 46.78º | 1% | 0.55% | - |
| HSV(B) | 46.78º | 0.89% | 1% | - |
| XYZ | 63.28 | 65.01 | 10.31 | - |
| YUV | 199.77 | 31.07 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 28 | 0 | 0.20 | 0.89 | 0 | 46.78 | 1 | 0.55 |
| Hex | FF | CD | 1C | 0 | 14 | 59 | 0 | 2F | 64 | 37 |
| Octal | 377 | 315 | 34 | 0 | 24 | 131 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001101 | 11100 | 0 | 10100 | 1011001 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCD1C
Complementary color
Monochromatic Colors of #FFCD1C
Black with #FFCD1C
Text Example
Text Example
White with #FFCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD1C; }
p { color: rgb(255,205,28); }
H1.HeaderClassName
{
color: #FFCD1C;
}
.AnyTagClassName
{
color: #FFCD1C;
}
</style>
background-color css
<style>
a { background-color: #FFCD1C; }
a { background-color: rgb(255,205,28); }
div.DivClassName
{
background-color: #FFCD1C;
}
.BgClassName
{
background-color: #FFCD1C;
}
</style>
border-color css
<style>
span { border-color: #FFCD1C; }
span { border-color: rgb(255,205,28); }
td.TdClassName
{
border-color: #FFCD1C;
}
.TagClassName
{
border-color: #FFCD1C;
}
</style>