Shades of Turbo #FFC716
Tints of Turbo #FFC716
RGB
CMYK
RGB Variations
Color information
#FFC716 (or 0xFFC716) is known color: Turbo. HEX triplet: FF, C7 and 16. RGB value is (255,199,22). Sum of RGB (Red+Green+Blue) = 255+199+22=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC716 is #0038E9. Grayscale: #C4C4C4. Windows color (decimal): -14570 or 1492991. OLE color: 1492991.
HSL color Cylindrical-coordinate representation of color #FFC716: hue angle of 45.58º 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 #FFC716 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 22 | - |
| CMYK | 0 | 0.22 | 0.91 | 0 |
| HSL | 45.58º | 1% | 0.54% | - |
| HSV(B) | 45.58º | 0.91% | 1% | - |
| XYZ | 61.81 | 62.16 | 9.5 | - |
| YUV | 195.57 | 30.05 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 22 | 0 | 0.22 | 0.91 | 0 | 45.58 | 1 | 0.54 |
| Hex | FF | C7 | 16 | 0 | 16 | 5B | 0 | 2E | 64 | 36 |
| Octal | 377 | 307 | 26 | 0 | 26 | 133 | 0 | 56 | 144 | 66 |
| Binary | 11111111 | 11000111 | 10110 | 0 | 10110 | 1011011 | 0 | 101110 | 1100100 | 110110 |
Color Harmonies of #FFC716
Complementary color
Monochromatic Colors of #FFC716
Black with #FFC716
Text Example
Text Example
White with #FFC716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC716; }
p { color: rgb(255,199,22); }
H1.HeaderClassName
{
color: #FFC716;
}
.AnyTagClassName
{
color: #FFC716;
}
</style>
background-color css
<style>
a { background-color: #FFC716; }
a { background-color: rgb(255,199,22); }
div.DivClassName
{
background-color: #FFC716;
}
.BgClassName
{
background-color: #FFC716;
}
</style>
border-color css
<style>
span { border-color: #FFC716; }
span { border-color: rgb(255,199,22); }
td.TdClassName
{
border-color: #FFC716;
}
.TagClassName
{
border-color: #FFC716;
}
</style>