Shades of Turbo #FFC916
Tints of Turbo #FFC916
RGB
CMYK
RGB Variations
Color information
#FFC916 (or 0xFFC916) is known color: Turbo. HEX triplet: FF, C9 and 16. RGB value is (255,201,22). Sum of RGB (Red+Green+Blue) = 255+201+22=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 22 (8.98% from 255 or 4.60% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC916 is #0036E9. Grayscale: #C5C5C5. Windows color (decimal): -14058 or 1493503. OLE color: 1493503.
HSL color Cylindrical-coordinate representation of color #FFC916: hue angle of 46.09º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFC916 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0 |
| HSL | 46.09º | 1% | 0.54% | - |
| HSV(B) | 46.09º | 0.91% | 1% | - |
| XYZ | 62.27 | 63.09 | 9.65 | - |
| YUV | 196.74 | 29.39 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 22 | 0 | 0.21 | 0.91 | 0 | 46.09 | 1 | 0.54 |
| Hex | FF | C9 | 16 | 0 | 15 | 5B | 0 | 2E | 64 | 36 |
| Octal | 377 | 311 | 26 | 0 | 25 | 133 | 0 | 56 | 144 | 66 |
| Binary | 11111111 | 11001001 | 10110 | 0 | 10101 | 1011011 | 0 | 101110 | 1100100 | 110110 |
Color Harmonies of #FFC916
Complementary color
Monochromatic Colors of #FFC916
Black with #FFC916
Text Example
Text Example
White with #FFC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC916; }
p { color: rgb(255,201,22); }
H1.HeaderClassName
{
color: #FFC916;
}
.AnyTagClassName
{
color: #FFC916;
}
</style>
background-color css
<style>
a { background-color: #FFC916; }
a { background-color: rgb(255,201,22); }
div.DivClassName
{
background-color: #FFC916;
}
.BgClassName
{
background-color: #FFC916;
}
</style>
border-color css
<style>
span { border-color: #FFC916; }
span { border-color: rgb(255,201,22); }
td.TdClassName
{
border-color: #FFC916;
}
.TagClassName
{
border-color: #FFC916;
}
</style>