Shades of Turbo #FCC919
Tints of Turbo #FCC919
RGB
CMYK
RGB Variations
Color information
#FCC919 (or 0xFCC919) is known color: Turbo. HEX triplet: FC, C9 and 19. RGB value is (252,201,25). Sum of RGB (Red+Green+Blue) = 252+201+25=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC919 is #0336E6. Grayscale: #C4C4C4. Windows color (decimal): -210663 or 1690108. OLE color: 1690108.
HSL color Cylindrical-coordinate representation of color #FCC919: hue angle of 46.52º 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 #FCC919 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 25 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.01 |
| HSL | 46.52º | 0.97% | 0.54% | - |
| HSV(B) | 46.52º | 0.9% | 0.99% | - |
| XYZ | 61.21 | 62.54 | 9.76 | - |
| YUV | 196.19 | 31.4 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 25 | 0 | 0.20 | 0.90 | 0.01 | 46.52 | 0.97 | 0.54 |
| Hex | FC | C9 | 19 | 0 | 14 | 5A | 1 | 2F | 61 | 36 |
| Octal | 374 | 311 | 31 | 0 | 24 | 132 | 1 | 57 | 141 | 66 |
| Binary | 11111100 | 11001001 | 11001 | 0 | 10100 | 1011010 | 1 | 101111 | 1100001 | 110110 |
Color Harmonies of #FCC919
Complementary color
Monochromatic Colors of #FCC919
Black with #FCC919
Text Example
Text Example
White with #FCC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC919; }
p { color: rgb(252,201,25); }
H1.HeaderClassName
{
color: #FCC919;
}
.AnyTagClassName
{
color: #FCC919;
}
</style>
background-color css
<style>
a { background-color: #FCC919; }
a { background-color: rgb(252,201,25); }
div.DivClassName
{
background-color: #FCC919;
}
.BgClassName
{
background-color: #FCC919;
}
</style>
border-color css
<style>
span { border-color: #FCC919; }
span { border-color: rgb(252,201,25); }
td.TdClassName
{
border-color: #FCC919;
}
.TagClassName
{
border-color: #FCC919;
}
</style>