Shades of Turbo #FFC717
Tints of Turbo #FFC717
RGB
CMYK
RGB Variations
Color information
#FFC717 (or 0xFFC717) is known color: Turbo. HEX triplet: FF, C7 and 17. RGB value is (255,199,23). Sum of RGB (Red+Green+Blue) = 255+199+23=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 23 (9.38% from 255 or 4.82% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC717 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC717 is #0038E8. Grayscale: #C4C4C4. Windows color (decimal): -14569 or 1558527. OLE color: 1558527.
HSL color Cylindrical-coordinate representation of color #FFC717: hue angle of 45.52º 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 #FFC717 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 23 | - |
| CMYK | 0 | 0.22 | 0.91 | 0 |
| HSL | 45.52º | 1% | 0.55% | - |
| HSV(B) | 45.52º | 0.91% | 1% | - |
| XYZ | 61.82 | 62.17 | 9.55 | - |
| YUV | 195.68 | 30.55 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 23 | 0 | 0.22 | 0.91 | 0 | 45.52 | 1 | 0.55 |
| Hex | FF | C7 | 17 | 0 | 16 | 5B | 0 | 2E | 64 | 37 |
| Octal | 377 | 307 | 27 | 0 | 26 | 133 | 0 | 56 | 144 | 67 |
| Binary | 11111111 | 11000111 | 10111 | 0 | 10110 | 1011011 | 0 | 101110 | 1100100 | 110111 |
Color Harmonies of #FFC717
Complementary color
Monochromatic Colors of #FFC717
Black with #FFC717
Text Example
Text Example
White with #FFC717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC717; }
p { color: rgb(255,199,23); }
H1.HeaderClassName
{
color: #FFC717;
}
.AnyTagClassName
{
color: #FFC717;
}
</style>
background-color css
<style>
a { background-color: #FFC717; }
a { background-color: rgb(255,199,23); }
div.DivClassName
{
background-color: #FFC717;
}
.BgClassName
{
background-color: #FFC717;
}
</style>
border-color css
<style>
span { border-color: #FFC717; }
span { border-color: rgb(255,199,23); }
td.TdClassName
{
border-color: #FFC717;
}
.TagClassName
{
border-color: #FFC717;
}
</style>