Shades of Turbo #FFC917
Tints of Turbo #FFC917
RGB
CMYK
RGB Variations
Color information
#FFC917 (or 0xFFC917) is known color: Turbo. HEX triplet: FF, C9 and 17. RGB value is (255,201,23). Sum of RGB (Red+Green+Blue) = 255+201+23=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 23 (9.38% from 255 or 4.80% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC917 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC917 is #0036E8. Grayscale: #C5C5C5. Windows color (decimal): -14057 or 1559039. OLE color: 1559039.
HSL color Cylindrical-coordinate representation of color #FFC917: hue angle of 46.03º 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 #FFC917 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 23 | - |
| CMYK | 0 | 0.21 | 0.91 | 0 |
| HSL | 46.03º | 1% | 0.55% | - |
| HSV(B) | 46.03º | 0.91% | 1% | - |
| XYZ | 62.28 | 63.1 | 9.71 | - |
| YUV | 196.85 | 29.89 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 23 | 0 | 0.21 | 0.91 | 0 | 46.03 | 1 | 0.55 |
| Hex | FF | C9 | 17 | 0 | 15 | 5B | 0 | 2E | 64 | 37 |
| Octal | 377 | 311 | 27 | 0 | 25 | 133 | 0 | 56 | 144 | 67 |
| Binary | 11111111 | 11001001 | 10111 | 0 | 10101 | 1011011 | 0 | 101110 | 1100100 | 110111 |
Color Harmonies of #FFC917
Complementary color
Monochromatic Colors of #FFC917
Black with #FFC917
Text Example
Text Example
White with #FFC917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC917; }
p { color: rgb(255,201,23); }
H1.HeaderClassName
{
color: #FFC917;
}
.AnyTagClassName
{
color: #FFC917;
}
</style>
background-color css
<style>
a { background-color: #FFC917; }
a { background-color: rgb(255,201,23); }
div.DivClassName
{
background-color: #FFC917;
}
.BgClassName
{
background-color: #FFC917;
}
</style>
border-color css
<style>
span { border-color: #FFC917; }
span { border-color: rgb(255,201,23); }
td.TdClassName
{
border-color: #FFC917;
}
.TagClassName
{
border-color: #FFC917;
}
</style>