Shades of Turbo #FFC619
Tints of Turbo #FFC619
RGB
CMYK
RGB Variations
Color information
#FFC619 (or 0xFFC619) is known color: Turbo. HEX triplet: FF, C6 and 19. RGB value is (255,198,25). Sum of RGB (Red+Green+Blue) = 255+198+25=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC619 is #0039E6. Grayscale: #C4C4C4. Windows color (decimal): -14823 or 1689343. OLE color: 1689343.
HSL color Cylindrical-coordinate representation of color #FFC619: hue angle of 45.13º 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 #FFC619 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 25 | - |
| CMYK | 0 | 0.22 | 0.90 | 0 |
| HSL | 45.13º | 1% | 0.55% | - |
| HSV(B) | 45.13º | 0.9% | 1% | - |
| XYZ | 61.61 | 61.72 | 9.59 | - |
| YUV | 195.32 | 31.88 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 25 | 0 | 0.22 | 0.90 | 0 | 45.13 | 1 | 0.55 |
| Hex | FF | C6 | 19 | 0 | 16 | 5A | 0 | 2D | 64 | 37 |
| Octal | 377 | 306 | 31 | 0 | 26 | 132 | 0 | 55 | 144 | 67 |
| Binary | 11111111 | 11000110 | 11001 | 0 | 10110 | 1011010 | 0 | 101101 | 1100100 | 110111 |
Color Harmonies of #FFC619
Complementary color
Monochromatic Colors of #FFC619
Black with #FFC619
Text Example
Text Example
White with #FFC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC619; }
p { color: rgb(255,198,25); }
H1.HeaderClassName
{
color: #FFC619;
}
.AnyTagClassName
{
color: #FFC619;
}
</style>
background-color css
<style>
a { background-color: #FFC619; }
a { background-color: rgb(255,198,25); }
div.DivClassName
{
background-color: #FFC619;
}
.BgClassName
{
background-color: #FFC619;
}
</style>
border-color css
<style>
span { border-color: #FFC619; }
span { border-color: rgb(255,198,25); }
td.TdClassName
{
border-color: #FFC619;
}
.TagClassName
{
border-color: #FFC619;
}
</style>