Shades of Turbo #FFCC17
Tints of Turbo #FFCC17
RGB
CMYK
RGB Variations
Color information
#FFCC17 (or 0xFFCC17) is known color: Turbo. HEX triplet: FF, CC and 17. RGB value is (255,204,23). Sum of RGB (Red+Green+Blue) = 255+204+23=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 23 (9.38% from 255 or 4.77% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC17 is #0033E8. Grayscale: #C7C7C7. Windows color (decimal): -13289 or 1559807. OLE color: 1559807.
HSL color Cylindrical-coordinate representation of color #FFCC17: hue angle of 46.81º 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 #FFCC17 is Cyan = 0, Magento = 0.2, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 23 | - |
| CMYK | 0 | 0.2 | 0.91 | 0 |
| HSL | 46.81º | 1% | 0.55% | - |
| HSV(B) | 46.81º | 0.91% | 1% | - |
| XYZ | 62.99 | 64.51 | 9.94 | - |
| YUV | 198.62 | 28.9 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 23 | 0 | 0.2 | 0.91 | 0 | 46.81 | 1 | 0.55 |
| Hex | FF | CC | 17 | 0 | 14 | 5B | 0 | 2F | 64 | 37 |
| Octal | 377 | 314 | 27 | 0 | 24 | 133 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001100 | 10111 | 0 | 10100 | 1011011 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCC17
Complementary color
Monochromatic Colors of #FFCC17
Black with #FFCC17
Text Example
Text Example
White with #FFCC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC17; }
p { color: rgb(255,204,23); }
H1.HeaderClassName
{
color: #FFCC17;
}
.AnyTagClassName
{
color: #FFCC17;
}
</style>
background-color css
<style>
a { background-color: #FFCC17; }
a { background-color: rgb(255,204,23); }
div.DivClassName
{
background-color: #FFCC17;
}
.BgClassName
{
background-color: #FFCC17;
}
</style>
border-color css
<style>
span { border-color: #FFCC17; }
span { border-color: rgb(255,204,23); }
td.TdClassName
{
border-color: #FFCC17;
}
.TagClassName
{
border-color: #FFCC17;
}
</style>