Shades of Turbo #FFC816
Tints of Turbo #FFC816
RGB
CMYK
RGB Variations
Color information
#FFC816 (or 0xFFC816) is known color: Turbo. HEX triplet: FF, C8 and 16. RGB value is (255,200,22). Sum of RGB (Red+Green+Blue) = 255+200+22=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 22 (8.98% from 255 or 4.61% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC816 is #0037E9. Grayscale: #C4C4C4. Windows color (decimal): -14314 or 1493247. OLE color: 1493247.
HSL color Cylindrical-coordinate representation of color #FFC816: hue angle of 45.84º 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 #FFC816 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 22 | - |
| CMYK | 0 | 0.22 | 0.91 | 0 |
| HSL | 45.84º | 1% | 0.54% | - |
| HSV(B) | 45.84º | 0.91% | 1% | - |
| XYZ | 62.04 | 62.63 | 9.58 | - |
| YUV | 196.15 | 29.72 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 22 | 0 | 0.22 | 0.91 | 0 | 45.84 | 1 | 0.54 |
| Hex | FF | C8 | 16 | 0 | 16 | 5B | 0 | 2E | 64 | 36 |
| Octal | 377 | 310 | 26 | 0 | 26 | 133 | 0 | 56 | 144 | 66 |
| Binary | 11111111 | 11001000 | 10110 | 0 | 10110 | 1011011 | 0 | 101110 | 1100100 | 110110 |
Color Harmonies of #FFC816
Complementary color
Monochromatic Colors of #FFC816
Black with #FFC816
Text Example
Text Example
White with #FFC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC816; }
p { color: rgb(255,200,22); }
H1.HeaderClassName
{
color: #FFC816;
}
.AnyTagClassName
{
color: #FFC816;
}
</style>
background-color css
<style>
a { background-color: #FFC816; }
a { background-color: rgb(255,200,22); }
div.DivClassName
{
background-color: #FFC816;
}
.BgClassName
{
background-color: #FFC816;
}
</style>
border-color css
<style>
span { border-color: #FFC816; }
span { border-color: rgb(255,200,22); }
td.TdClassName
{
border-color: #FFC816;
}
.TagClassName
{
border-color: #FFC816;
}
</style>