Shades of Turbo #FFCC1D
Tints of Turbo #FFCC1D
RGB
CMYK
RGB Variations
Color information
#FFCC1D (or 0xFFCC1D) is known color: Turbo. HEX triplet: FF, CC and 1D. RGB value is (255,204,29). Sum of RGB (Red+Green+Blue) = 255+204+29=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC1D is #0033E2. Grayscale: #C8C8C8. Windows color (decimal): -13283 or 1953023. OLE color: 1953023.
HSL color Cylindrical-coordinate representation of color #FFCC1D: hue angle of 46.46º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFCC1D is Cyan = 0, Magento = 0.2, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 29 | - |
| CMYK | 0 | 0.2 | 0.89 | 0 |
| HSL | 46.46º | 1% | 0.56% | - |
| HSV(B) | 46.46º | 0.89% | 1% | - |
| XYZ | 63.05 | 64.53 | 10.3 | - |
| YUV | 199.3 | 31.9 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 29 | 0 | 0.2 | 0.89 | 0 | 46.46 | 1 | 0.56 |
| Hex | FF | CC | 1D | 0 | 14 | 59 | 0 | 2E | 64 | 38 |
| Octal | 377 | 314 | 35 | 0 | 24 | 131 | 0 | 56 | 144 | 70 |
| Binary | 11111111 | 11001100 | 11101 | 0 | 10100 | 1011001 | 0 | 101110 | 1100100 | 111000 |
Color Harmonies of #FFCC1D
Complementary color
Monochromatic Colors of #FFCC1D
Black with #FFCC1D
Text Example
Text Example
White with #FFCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC1D; }
p { color: rgb(255,204,29); }
H1.HeaderClassName
{
color: #FFCC1D;
}
.AnyTagClassName
{
color: #FFCC1D;
}
</style>
background-color css
<style>
a { background-color: #FFCC1D; }
a { background-color: rgb(255,204,29); }
div.DivClassName
{
background-color: #FFCC1D;
}
.BgClassName
{
background-color: #FFCC1D;
}
</style>
border-color css
<style>
span { border-color: #FFCC1D; }
span { border-color: rgb(255,204,29); }
td.TdClassName
{
border-color: #FFCC1D;
}
.TagClassName
{
border-color: #FFCC1D;
}
</style>