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