Shades of Turbo #FCD319
Tints of Turbo #FCD319
RGB
CMYK
RGB Variations
Color information
#FCD319 (or 0xFCD319) is known color: Turbo. HEX triplet: FC, D3 and 19. RGB value is (252,211,25). Sum of RGB (Red+Green+Blue) = 252+211+25=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 25 (10.16% from 255 or 5.12% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD319 is #032CE6. Grayscale: #CACACA. Windows color (decimal): -208103 or 1692668. OLE color: 1692668.
HSL color Cylindrical-coordinate representation of color #FCD319: hue angle of 49.16º 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 #FCD319 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 25 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.01 |
| HSL | 49.16º | 0.97% | 0.54% | - |
| HSV(B) | 49.16º | 0.9% | 0.99% | - |
| XYZ | 63.61 | 67.35 | 10.57 | - |
| YUV | 202.06 | 28.08 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 25 | 0 | 0.16 | 0.90 | 0.01 | 49.16 | 0.97 | 0.54 |
| Hex | FC | D3 | 19 | 0 | 10 | 5A | 1 | 31 | 61 | 36 |
| Octal | 374 | 323 | 31 | 0 | 20 | 132 | 1 | 61 | 141 | 66 |
| Binary | 11111100 | 11010011 | 11001 | 0 | 10000 | 1011010 | 1 | 110001 | 1100001 | 110110 |
Color Harmonies of #FCD319
Complementary color
Monochromatic Colors of #FCD319
Black with #FCD319
Text Example
Text Example
White with #FCD319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD319; }
p { color: rgb(252,211,25); }
H1.HeaderClassName
{
color: #FCD319;
}
.AnyTagClassName
{
color: #FCD319;
}
</style>
background-color css
<style>
a { background-color: #FCD319; }
a { background-color: rgb(252,211,25); }
div.DivClassName
{
background-color: #FCD319;
}
.BgClassName
{
background-color: #FCD319;
}
</style>
border-color css
<style>
span { border-color: #FCD319; }
span { border-color: rgb(252,211,25); }
td.TdClassName
{
border-color: #FCD319;
}
.TagClassName
{
border-color: #FCD319;
}
</style>