Shades of Turbo #FCD919
Tints of Turbo #FCD919
RGB
CMYK
RGB Variations
Color information
#FCD919 (or 0xFCD919) is known color: Turbo. HEX triplet: FC, D9 and 19. RGB value is (252,217,25). Sum of RGB (Red+Green+Blue) = 252+217+25=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 25 (10.16% from 255 or 5.06% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD919 is #0326E6. Grayscale: #CECECE. Windows color (decimal): -206567 or 1694204. OLE color: 1694204.
HSL color Cylindrical-coordinate representation of color #FCD919: hue angle of 50.75º 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 #FCD919 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 25 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.01 |
| HSL | 50.75º | 0.97% | 0.54% | - |
| HSV(B) | 50.75º | 0.9% | 0.99% | - |
| XYZ | 65.13 | 70.39 | 11.07 | - |
| YUV | 205.58 | 26.1 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 25 | 0 | 0.14 | 0.90 | 0.01 | 50.75 | 0.97 | 0.54 |
| Hex | FC | D9 | 19 | 0 | E | 5A | 1 | 33 | 61 | 36 |
| Octal | 374 | 331 | 31 | 0 | 16 | 132 | 1 | 63 | 141 | 66 |
| Binary | 11111100 | 11011001 | 11001 | 0 | 1110 | 1011010 | 1 | 110011 | 1100001 | 110110 |
Color Harmonies of #FCD919
Complementary color
Monochromatic Colors of #FCD919
Black with #FCD919
Text Example
Text Example
White with #FCD919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD919; }
p { color: rgb(252,217,25); }
H1.HeaderClassName
{
color: #FCD919;
}
.AnyTagClassName
{
color: #FCD919;
}
</style>
background-color css
<style>
a { background-color: #FCD919; }
a { background-color: rgb(252,217,25); }
div.DivClassName
{
background-color: #FCD919;
}
.BgClassName
{
background-color: #FCD919;
}
</style>
border-color css
<style>
span { border-color: #FCD919; }
span { border-color: rgb(252,217,25); }
td.TdClassName
{
border-color: #FCD919;
}
.TagClassName
{
border-color: #FCD919;
}
</style>