Shades of Turbo #FFC519
Tints of Turbo #FFC519
RGB
CMYK
RGB Variations
Color information
#FFC519 (or 0xFFC519) is known color: Turbo. HEX triplet: FF, C5 and 19. RGB value is (255,197,25). Sum of RGB (Red+Green+Blue) = 255+197+25=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 25 (10.16% from 255 or 5.24% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC519 is #003AE6. Grayscale: #C3C3C3. Windows color (decimal): -15079 or 1689087. OLE color: 1689087.
HSL color Cylindrical-coordinate representation of color #FFC519: hue angle of 44.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFC519 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 25 | - |
| CMYK | 0 | 0.23 | 0.90 | 0 |
| HSL | 44.87º | 1% | 0.55% | - |
| HSV(B) | 44.87º | 0.9% | 1% | - |
| XYZ | 61.38 | 61.26 | 9.51 | - |
| YUV | 194.73 | 32.22 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 25 | 0 | 0.23 | 0.90 | 0 | 44.87 | 1 | 0.55 |
| Hex | FF | C5 | 19 | 0 | 17 | 5A | 0 | 2D | 64 | 37 |
| Octal | 377 | 305 | 31 | 0 | 27 | 132 | 0 | 55 | 144 | 67 |
| Binary | 11111111 | 11000101 | 11001 | 0 | 10111 | 1011010 | 0 | 101101 | 1100100 | 110111 |
Color Harmonies of #FFC519
Complementary color
Monochromatic Colors of #FFC519
Black with #FFC519
Text Example
Text Example
White with #FFC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC519; }
p { color: rgb(255,197,25); }
H1.HeaderClassName
{
color: #FFC519;
}
.AnyTagClassName
{
color: #FFC519;
}
</style>
background-color css
<style>
a { background-color: #FFC519; }
a { background-color: rgb(255,197,25); }
div.DivClassName
{
background-color: #FFC519;
}
.BgClassName
{
background-color: #FFC519;
}
</style>
border-color css
<style>
span { border-color: #FFC519; }
span { border-color: rgb(255,197,25); }
td.TdClassName
{
border-color: #FFC519;
}
.TagClassName
{
border-color: #FFC519;
}
</style>