Shades of Turbo #FCC619
Tints of Turbo #FCC619
RGB
CMYK
RGB Variations
Color information
#FCC619 (or 0xFCC619) is known color: Turbo. HEX triplet: FC, C6 and 19. RGB value is (252,198,25). Sum of RGB (Red+Green+Blue) = 252+198+25=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC619 is #0339E6. Grayscale: #C3C3C3. Windows color (decimal): -211431 or 1689340. OLE color: 1689340.
HSL color Cylindrical-coordinate representation of color #FCC619: hue angle of 45.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCC619 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 25 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.01 |
| HSL | 45.73º | 0.97% | 0.54% | - |
| HSV(B) | 45.73º | 0.9% | 0.99% | - |
| XYZ | 60.51 | 61.15 | 9.53 | - |
| YUV | 194.42 | 32.39 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 25 | 0 | 0.21 | 0.90 | 0.01 | 45.73 | 0.97 | 0.54 |
| Hex | FC | C6 | 19 | 0 | 15 | 5A | 1 | 2E | 61 | 36 |
| Octal | 374 | 306 | 31 | 0 | 25 | 132 | 1 | 56 | 141 | 66 |
| Binary | 11111100 | 11000110 | 11001 | 0 | 10101 | 1011010 | 1 | 101110 | 1100001 | 110110 |
Color Harmonies of #FCC619
Complementary color
Monochromatic Colors of #FCC619
Black with #FCC619
Text Example
Text Example
White with #FCC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC619; }
p { color: rgb(252,198,25); }
H1.HeaderClassName
{
color: #FCC619;
}
.AnyTagClassName
{
color: #FCC619;
}
</style>
background-color css
<style>
a { background-color: #FCC619; }
a { background-color: rgb(252,198,25); }
div.DivClassName
{
background-color: #FCC619;
}
.BgClassName
{
background-color: #FCC619;
}
</style>
border-color css
<style>
span { border-color: #FCC619; }
span { border-color: rgb(252,198,25); }
td.TdClassName
{
border-color: #FCC619;
}
.TagClassName
{
border-color: #FCC619;
}
</style>